-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add missing API key retrieval examples #111
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are two inconsistencies I'd like fixed here please:
- In some examples we retrieve the user then pass in the ID. Let's either forgo that on all examples and just pass in a fake string ID or let's retrieve the user on all the examples across languages
- Some of the examples have comments on both retrieving all and retrieving child API keys, let's please ensure all examples have the comment on both to help distinguish each section of the example and that the wording is uniform across them all
You're right. This is a WIP, still waiting for the method to get implemented in the Go library and for the methods to be moved to the right service on each library to continue. |
Fair enough! I'll mark this as a draft until it's ready. Feel free to publish at that time. |
9623350
to
b3b029f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work!
Now that the functions are available for a next release on C# and Node libraries, add examples to get API Keys for child users for these. It also add missing example for Java library, which already has that functionality.