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