| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Read write API

Page history last edited by Xavier Damman 13 years, 11 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.