-
Notifications
You must be signed in to change notification settings - Fork 76
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
Update to 1.0 #69
base: master
Are you sure you want to change the base?
Update to 1.0 #69
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.
Hey, it looks great. Just a spacing change and small query.
- Create project in [console](http://localhost/console/home) with key `playground` and Name `Playground` | ||
- [Generate API Key](http://localhost/console/keys?project=playground) | ||
- In `./helpers/setup.js` update the `setKey` method with your new value | ||
- Run command `node ./helpers/setup.js` | ||
## Get Started |
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.
## Get Started | |
## Get Started |
|
||
let users = new sdk.Users(client); | ||
|
||
let promise = users.get('623b66a849afa34b5d4e'); | ||
let promise = users.get("6334bfa0202f3a501716"); |
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.
Why is this ID hardcoded, what are we testing here? and why did this required an update?
What does this PR do?
Updates to v1.0
Test Plan
Run test against your local instance
Related PRs and Issues
#68 Upgrade
Have you read the Contributing Guidelines on issues?
yes