swinton/github-rest-apis-for-insomnia

Allow customization through a .insomniarc

swinton opened this issue · 1 comments

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...

  1. A personal access token
  2. Details for OAuth2 app (client id, secret)
  3. 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!