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

Coinbase Api #119

Merged
merged 3 commits into from
Oct 6, 2020
Merged

Coinbase Api #119

merged 3 commits into from
Oct 6, 2020

Conversation

grvsood
Copy link
Contributor

@grvsood grvsood commented Oct 3, 2020

Proposed changes

Coinbase API.

Types of changes

What types of changes does your code introduce to Appium?

  • New feature (non-breaking change which adds functionality)

@grvsood
Copy link
Contributor Author

grvsood commented Oct 3, 2020

#108

@Frenchcooc Frenchcooc linked an issue Oct 5, 2020 that may be closed by this pull request
integrations/coinbase.json Outdated Show resolved Hide resolved
"authorizationParams": { "response_type": "code" }
},
"request": {
"baseURL": "https://api.coinbase.com/v2/user",
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
"baseURL": "https://api.coinbase.com/v2/user",
"baseURL": "https://api.coinbase.com/v2/",

Copy link
Contributor Author

Choose a reason for hiding this comment

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

but according to doc we have a value /user at end of the url, right? why is it ok to omit it?

Copy link
Contributor

Choose a reason for hiding this comment

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

As far as I can tell, the Coinbase API has two different endpoints:

The baseURL should be the common part of these endpoints. Otherwise, only the /user endpoint would be accessible using Pizzly with the previous configuration.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

got it

Copy link
Contributor

@Frenchcooc Frenchcooc left a comment

Choose a reason for hiding this comment

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

LGTM 🎉

@grvsood
Copy link
Contributor Author

grvsood commented Oct 5, 2020

please add 'hacktoberfest-accepted' label to pr and merge. thanks :))

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.

Coinbase API integration request
2 participants