bc3-api icon indicating copy to clipboard operation
bc3-api copied to clipboard

API documentation for Basecamp 4

Results 9 bc3-api issues
Sort by recently updated
recently updated
newest added

Hey, I'd like to access items from the `Hey` panel to get a list of things that need attention, but aren't specifically assigned TODOs. Alternatively, accessing *just* the `Don't forget`...

I just wrote a Python script that could serve as a boilerplate for other people interested in getting a quick start with the BC3 API. https://gist.github.com/mike-weiner/0da5c20de450f73263122fdf1db61f26 In the documentation, I...

Creating messages on basecamp using the API and the interface, I found that the maximum limit of characters on the subject is 191. This should be on the API documentation...

It appears as though the styling at https://launchpad.37signals.com/authorization has been replaced on the desktop, however when navigating to here on a mobile device, the old logo/color-theme are still being displayed.

It would be nice (and hopefully easy!) to return the color (i.e. card-tint--purple) of the to-do lists from the card view for customers!

The oauth2 instructions state BaseCamp uses draft 5 of Oauth2, which refers to web_server rather than authorization code. The docs also state "We implement draft 5 and will update our...

Using the BC3 API, we cannot update (replace) a file we uploaded. We can only modify the basename and description. https://github.com/basecamp/bc3-api/blob/master/sections/uploads.md#update-an-upload For our project, we need to be able to...

Add undocumented optional `visible_to_clients` parameter to message creation endpoint documentation