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 API v3 #1

Merged
merged 1 commit into from
May 26, 2020
Merged

update to API v3 #1

merged 1 commit into from
May 26, 2020

Conversation

javiquiros
Copy link
Collaborator

This PR merges this PR bigcommerce#86

@javiquiros javiquiros added the enhancement New feature or request label May 26, 2020
@javiquiros javiquiros requested a review from sonic182 May 26, 2020 10:26
@javiquiros javiquiros self-assigned this May 26, 2020
api = bigcommerce.api.BigcommerceApi(client_id='', store_hash='', access_token='')
# For connecting to the v3 api:
api = bigcommerce.api.BigcommerceApi(client_id='', store_hash='', access_token='', api_path='/stores/{}/v3/{}'))
Copy link
Owner

Choose a reason for hiding this comment

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

you're overriding api variable, remove the previously line if not required

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is the README file and both version are supported, so this lines are useful about how to choose one or another.

@javiquiros javiquiros requested a review from sonic182 May 26, 2020 11:14
@sonic182 sonic182 merged commit 0d7207e into master May 26, 2020
@sonic182 sonic182 deleted the update_to_api_v3 branch May 26, 2020 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants