Update Readme to inform users they can use their Emma Credentials#37
Open
sastrakhan wants to merge 1 commit intokylegregory:masterfrom
Open
Update Readme to inform users they can use their Emma Credentials#37sastrakhan wants to merge 1 commit intokylegregory:masterfrom
sastrakhan wants to merge 1 commit intokylegregory:masterfrom
Conversation
Users can utilize their Emma credentials instead of the private/public key to access the API if the keys are unavailable
Owner
|
Hey @sastrakhan Thanks for the PR. Where did you find this information? I'm not seeing that ability in the documentation: http://api.myemma.com/ |
Author
|
Hey @kylegregory. It's not listed in the documentation. I had a client requirement to use the username/password authentication and I was worried your authentication wouldn't support it but then I saw you were using the HttpBasicAuthentication object so I tried it and it worked. I thought I'd suggest it as an addendum to the readme to inform developers before they tried an unnecessary path of making an alternative EmmaAPI constructor when it's not necessary ;) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Users can utilize their Emma credentials instead of the private/public
key to access the API if the keys are unavailable