github-rest-apis-for-insomnia
github-rest-apis-for-insomnia copied to clipboard
Allow customization through a .insomniarc
It would be nice if you could customize the generated JSON file, e.g. via some ~/.insomniarc, which would allow you to specify things like...
- A personal access token
- Details for OAuth2 app (client id, secret)
- Default authentication method
Potentially other things as well 🤔
Format of ~/.insomniarc would mimic the ~/.npmrc format.
It would be useful for enterprise users if you allowed the api url to be specified too.
Thanks for providing this repo!