summaryrefslogblamecommitdiff
path: root/services/backtweet.json
blob: 4605f0b5c43c5601641c8656b207896c67b68bf5 (plain) (tree)
1
2
3
4
5
 
                                          
                     

                         









                              





                                         







                              





                                




                              






                                
                                     



                                                            
{
   "base_url" : "http://api.backtype.com",
   "version" : "0.2",
   "methods" : {
      "tweets_by_url" : {
         "optional_params" : [
            "itemsperpage",
            "start",
            "end"
         ],
         "required_params" : [
            "q",
            "key"
         ],
         "expected_status" : [
            "200"
         ],
         "path" : "/tweets/search/links",
         "method" : "GET"
      },
      "stats_by_url" : {
         "required_params" : [
            "q",
            "key"
         ],
         "optional_params" : [
            "batch"
         ],
         "expected_status" : [
            "200"
         ],
         "path" : "/tweetcount",
         "method" : "GET"
      },
      "good_tweets_by_url" : {
         "required_params" : [
            "q",
            "key"
         ],
         "expected_status" : [
            "200"
         ],
         "path" : "/goodtweets",
         "method" : "GET"
      }
   },
   "name" : "Backtweet",
   "authority" : "GITHUB:franckcuny",
   "meta" : {
      "documentation" : "http://www.backtype.com/developers"
   }
}