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

Misc Documentation Fixes #182

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To make requests to our API, you must register as a developer and have your cred

Also very important: For the OAuth authentication mechanism, the resources to which you have acccess depend on the
scopes that the merchant has granted to your application. For more information about Store API scopes,
see: [OAuth Scopes](https://developer.bigcommerce.com/api/scopes).
see: [OAuth Scopes](https://developer.bigcommerce.com/docs/start/authentication/api-accounts#oauth-scopes).

## Authentication
We currently have two different authentication schemes that you can select, depending on your use case.
Expand Down
4 changes: 2 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ For reference on the individual resources and the schema of the objects, please

## Configuration
#### [Private Apps](configuration/legacy_auth.rb)
Public apps (also known as Single-Click Apps) must use OAuth authentication.
To develop a custom integration for one store, your app needs to use Basic Authentication.

#### [Public Apps](configuration/oauth.rb)
To develop a custom integration for one store, your app needs to use Basic Authentication.
Public apps (also known as Single-Click Apps) must use OAuth authentication.

## Content
#### [Blog Posts](content/blog_post.rb)
Expand Down