Skip to content
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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Update to 1.0 #69

wants to merge 5 commits into from

Conversation

codercatdev
Copy link

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

Copy link
Member

@lohanidamodar lohanidamodar left a 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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## Get Started
## Get Started


let users = new sdk.Users(client);

let promise = users.get('623b66a849afa34b5d4e');
let promise = users.get("6334bfa0202f3a501716");
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants