UNPKG

@usebruno/cli

Version:

With Bruno CLI, you can now run your API collections with ease using simple command line commands.

6 lines (5 loc) 202 B
const { getOAuth2Token } = require('@usebruno/requests'); const tokenStore = require('./tokenStore'); module.exports = { getOAuth2Token: (oauth2Config) => getOAuth2Token(oauth2Config, tokenStore) };