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 copy to Basecamp 4 #12

Open
wants to merge 1 commit 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 @@ -23,7 +23,7 @@ Need to look up the API documentation for a product? There's a repo for each:

* [Basecamp Classic API](https://github.com/basecamp/basecamp-classic-api)
* [Basecamp 2 API](https://github.com/basecamp/bcx-api)
* [Basecamp 3 API](https://github.com/basecamp/bc3-api)
* [Basecamp 4 API](https://github.com/basecamp/bc3-api)

Authentication
--------------
Expand Down
2 changes: 1 addition & 1 deletion sections/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ So you've picked the product, have the `href` to request to, and now what? Depen

Here are links to the endpoints in our products that you'll need to hit:

* [Basecamp 3: Get person](https://github.com/basecamp/bc3-api/blob/master/sections/people.md#get-person)
* [Basecamp 4: Get person](https://github.com/basecamp/bc3-api/blob/master/sections/people.md#get-person)
* [Basecamp 2: Get person](https://github.com/basecamp/bcx-api/blob/master/sections/people.md#get-person)
* [Basecamp Classic: Current person](https://github.com/basecamp/basecamp-classic-api/blob/master/sections/people.md#current-person)
* [Highrise: Get myself](https://github.com/basecamp/highrise-api/blob/master/sections/users.md#get-myself)
Expand Down