Get your own free workspace
View
 

Read write API

Page history last edited by Xavier Damman 1 year, 10 months ago

We are thrilled to announce that we are working on a read/write API.

 

This API will allow you to use Publitweet as a curation platform.

 

Here are the first set of methods that will be available shortly

 

  • /$curator/$feed/sources/[add,remove,mute,unmute]($screen_name).json
  • /$curator/$feed/tweets/[add,remove,feature,unfeature,annotate]($tweet_id).json
  • /$curator/$feed/[create($feedname),drop].json
  • /$curator/$feed/[latest,featured]($since_id,$max_id,$keywords,$blacklist,$page,$limit,$type).json
  • /$curator/feeds.json

 

How to read this?

 

  • $x are variables
  • [x1,x2] are two different possible values
  • ($x1,$x2) are two optional options

E.g.

/$curator/$feed/[latest,featured]($since_id,$max_id,$keywords,$blacklist,$page,$limit,$type).json

Can be called by calling:

http://api.publitweet.com/2/nytimes/staff/latest.json?since_id=100213123&limit=10.json

 

Comments (0)

You don't have permission to comment on this page.