I feel like it’s been 2-3 weeks of me saying “we have lots of new API code for you to test, just wait for us to deploy it in the next few days”. Well, the code is finally deployed. If you have an API client, I would definitely recommend testing it against the new stuff.
Some of the highlights:
- Videos: https://amara.org/api/videos/
- Subtitles:
https://amara.org/api/videos/[video-id]/languages/[language-code]/subtitles/
- Subtitles Actions:
https://amara.org/api/videos/[video-id]/languages/[language-code]/subtitles/actions/
- Users: https://amara.org/api/users/
For more details, check out our RTD page: http://amara.readthedocs.org/en/latest/new-api.html
I didn’t implement a lot of new things last week, mostly just fixed bugs in order to deploy this code. I’m really eager to hear the results of API client testing against these endpoints.
Also on the way is the Videos URL resource. It’s currently deployed to staging, so it should make it’s way to production over the next few days.
The main things that still need to be implemented are:
- Team-related endpoints (team members, tasks, projects)
- The Video Activity resource
- Partner-specific API endpoints