From d38cea03c2179a7f252f208fa927f2e1c880f46d Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Sun, 1 Jul 2012 19:16:48 +0200 Subject: fix previous commit --- services/Makefile | 21 ++++++++++++++++++--- services/bitly.json | 1 + services/bitly.png | Bin 0 -> 7431 bytes services/facebook_graph.json | 1 + services/facebook_graph.png | Bin 0 -> 21726 bytes services/gnip.json | 7 ++++--- services/gnip.png | Bin 0 -> 7629 bytes services/googlemaps.json | 1 + services/googlemaps.png | Bin 0 -> 4641 bytes services/klout.json | 1 + services/klout.png | Bin 0 -> 3456 bytes services/topsy.json | 2 +- services/topsy.png | Bin 0 -> 3719 bytes services/twitter_search.json | 1 + services/twitter_search.png | Bin 0 -> 5634 bytes 15 files changed, 28 insertions(+), 7 deletions(-) create mode 100644 services/bitly.png create mode 100644 services/facebook_graph.png create mode 100644 services/gnip.png create mode 100644 services/googlemaps.png create mode 100644 services/klout.png create mode 100644 services/topsy.png create mode 100644 services/twitter_search.png diff --git a/services/Makefile b/services/Makefile index 6fc3b2b..972d2e0 100644 --- a/services/Makefile +++ b/services/Makefile @@ -8,16 +8,24 @@ check: spore_validation.rx @$(VALIDATOR) amazons3.json @$(VALIDATOR) backtweet.json @$(VALIDATOR) backtype.json + @$(VALIDATOR) bitly.json @$(VALIDATOR) datapublica.json + @$(VALIDATOR) facebook_graph.json @$(VALIDATOR) github.json + @$(VALIDATOR) gnip.json + @$(VALIDATOR) googlemaps.json @$(VALIDATOR) googleoauth.json @$(VALIDATOR) googleoauth2.json @$(VALIDATOR) googlepagespeed.json @$(VALIDATOR) googleshortener.json @$(VALIDATOR) googletranslate.json @$(VALIDATOR) ihackernews.json + @$(VALIDATOR) intervals.json + @$(VALIDATOR) klout.json @$(VALIDATOR) ohloh.json + @$(VALIDATOR) topsy.json @$(VALIDATOR) twitter.json + @$(VALIDATOR) twitter_search.json @$(VALIDATOR) intervals.json test: check @@ -29,18 +37,25 @@ png: \ amazons3.png \ backtweet.png \ backtype.png \ + bitly.png \ datapublica.png \ + facebook_graph.png \ github.png \ + gnip.png \ + googlemaps.png \ googleoauth.png \ googleoauth2.png \ googlepagespeed.png \ googleshortener.png \ googletranslate.png \ ihackernews.png \ - ohloh.png \ - intervals.png \ indextank.png \ - twitter.png + intervals.png \ + klout.png \ + ohloh.png \ + topsy.png \ + twitter.png \ + twitter_search.png @make -C github png @make -C googlemaps png @make -C linkedin png diff --git a/services/bitly.json b/services/bitly.json index 9a717c7..3629082 100644 --- a/services/bitly.json +++ b/services/bitly.json @@ -1,4 +1,5 @@ { +"name": "bitly", "base_url": "http://api.bitly.com", "version":"0.1", "methods":{ diff --git a/services/bitly.png b/services/bitly.png new file mode 100644 index 0000000..5c0ecdf Binary files /dev/null and b/services/bitly.png differ diff --git a/services/facebook_graph.json b/services/facebook_graph.json index f3d25b6..a873d6d 100644 --- a/services/facebook_graph.json +++ b/services/facebook_graph.json @@ -1,4 +1,5 @@ { +"name": "facebook graph", "base_url": "http://graph.facebook.com/", "version":"0.1", "methods":{ diff --git a/services/facebook_graph.png b/services/facebook_graph.png new file mode 100644 index 0000000..c1190bc Binary files /dev/null and b/services/facebook_graph.png differ diff --git a/services/gnip.json b/services/gnip.json index f529c2d..4b2519b 100644 --- a/services/gnip.json +++ b/services/gnip.json @@ -1,11 +1,12 @@ { +"name":"gnip", "version":"0.1", -"authentication":"1", +"authentication":true, "methods":{ "get_rules":{ "required_params":["account","publisher","format"], "expected_status":["200"], - "authentication":"1", + "authentication":true, "path":"/accounts/:account/publishers/:publisher/streams/track/prod/rules.:format", "method":"GET" }, @@ -13,7 +14,7 @@ "required_params":["account","publisher","format"], "optional_params":["_method"], "expected_status":["201","202"], - "authentication":"1", + "authentication":true, "path":"/accounts/:account/publishers/:publisher/streams/track/prod/rules.:format", "method":"POST" } diff --git a/services/gnip.png b/services/gnip.png new file mode 100644 index 0000000..510a6b6 Binary files /dev/null and b/services/gnip.png differ diff --git a/services/googlemaps.json b/services/googlemaps.json index f408f28..2b21569 100644 --- a/services/googlemaps.json +++ b/services/googlemaps.json @@ -1,4 +1,5 @@ { + "name": "Google Maps", "base_url" : "http://maps.googleapis.com/maps/api", "methods" : { "geocode" : { diff --git a/services/googlemaps.png b/services/googlemaps.png new file mode 100644 index 0000000..1d2915d Binary files /dev/null and b/services/googlemaps.png differ diff --git a/services/klout.json b/services/klout.json index c5b23a0..a18a40c 100644 --- a/services/klout.json +++ b/services/klout.json @@ -1,4 +1,5 @@ { +"name":"KLOUT", "base_url":"http://api.klout.com", "version":"0.1", "methods":{ diff --git a/services/klout.png b/services/klout.png new file mode 100644 index 0000000..7372d69 Binary files /dev/null and b/services/klout.png differ diff --git a/services/topsy.json b/services/topsy.json index f185c09..fa8024d 100644 --- a/services/topsy.json +++ b/services/topsy.json @@ -16,6 +16,6 @@ "expected_status" : ["200"], "path" : "/credit.:format", "method" : "GET" - } + } } } diff --git a/services/topsy.png b/services/topsy.png new file mode 100644 index 0000000..3274e9f Binary files /dev/null and b/services/topsy.png differ diff --git a/services/twitter_search.json b/services/twitter_search.json index 7f8e559..d09a8b4 100644 --- a/services/twitter_search.json +++ b/services/twitter_search.json @@ -1,4 +1,5 @@ { + "name" : "twitter search", "base_url" : "http://search.twitter.com/", "methods" : { "search" : { diff --git a/services/twitter_search.png b/services/twitter_search.png new file mode 100644 index 0000000..2e22a9f Binary files /dev/null and b/services/twitter_search.png differ -- cgit v1.2.3