Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Add Basic Auth capability to ImportJSONViaPost and add Bearer Auth request #218

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

benblaine
Copy link

I added code to ImportJSONViaPost to handle username and password parameters for Basic Auth requests and I added a function ImportJSONBearerAuth to handle bearer auth requests.

I considered creating a new function ImportJSONBasicAuthViaPost which would pass the basic auth params to ImportJSONViaPost but I couldn't get it right so gave up and just put the code inside ImportJSONViaPost.

Thanks to @christales (https://github.com/christales) for help here: #215

Also to help from @idfurw on Stackoverflow here

I added code to `ImportJSONViaPost` to handle username and password parameters for Basic Auth requests and I added a function `ImportJSONBearerAuth` to handle bearer auth requests
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants