I skipped last weeks API update, but there has been lots of updates in that time. I implemented basically all of the team-related parts of the API (Teams, projects, team members, tasks, etc.) Right now there’s still a bit to be tested, but I think we should be able to deploy it soon.
Most of the things was pretty simple, with the main exception being the tasks API. Does anyone actively use the create/update parts of this API? I notice that it was never really properly documented and had more than a few quirks. I tried to keep the main functionality intact, but I can’t guarantee that some things won’t change. If you use the create/update functionality I would definitely recommend checking your code once we deploy.
Once that code is deployed, there’s not much left to do. The last remaining endpoints are:
- video activity
- team applications
- user messages
- partner-specific endpoints
I’m really hoping to wrap up the first three next week, and maybe even deploy it. I know it’s taken longer than expected, but I think things are finally getting close to having a functional new API that can be fully tested against.