API Discussions
We’re discussing the design and implementation of APIs for SpokenWord.org.
-
Method to Report Plays and Views
We need a method such as /reportPlay or /program/123/play that records and/or counts the event that someone has viewed or listened to a program. This is required for non-web clients where these operations are not known to SpokenWord.org.
4 votes -
Use OAuth for APIs requiring authentication
Yup. For now (until something goes wrong or a better solution appears) I'm using the code from http://code.google.com/p/oauth-php/
2 votes -
Document Tag/Keyword Specs
Document how tags and keywords are ingested and returned vua the APIs.
0 votes -
'Who Follows This?'
Need a method such as /followers/program/123
0 votes -
Method: What did member submit?
How about a method such as /member/123/submissions/programs that returns the programs (or feeds) submitted by a member
0 votes -
/member (no memberId) return info for current member
Make it so that if /member is called without an explicit memberId, it returns the data for the authenticated user making the request. Without this, one has to use some other method like /rating in order to learn the calling member's memberId.
0 votes