summaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
authorFrancois Perrad <francois.perrad@gadz.org>2012-07-01 19:16:48 +0200
committerFrancois Perrad <francois.perrad@gadz.org>2012-07-01 19:16:48 +0200
commitd38cea03c2179a7f252f208fa927f2e1c880f46d (patch)
tree0ddc74292b3d85a13a78f58834d7ba7083d1129e /services
parentadded a bunch of specs written by linkfluence (diff)
downloadapi-description-d38cea03c2179a7f252f208fa927f2e1c880f46d.tar.gz
fix previous commit
Diffstat (limited to 'services')
-rw-r--r--services/Makefile21
-rw-r--r--services/bitly.json1
-rw-r--r--services/bitly.pngbin0 -> 7431 bytes
-rw-r--r--services/facebook_graph.json1
-rw-r--r--services/facebook_graph.pngbin0 -> 21726 bytes
-rw-r--r--services/gnip.json7
-rw-r--r--services/gnip.pngbin0 -> 7629 bytes
-rw-r--r--services/googlemaps.json1
-rw-r--r--services/googlemaps.pngbin0 -> 4641 bytes
-rw-r--r--services/klout.json1
-rw-r--r--services/klout.pngbin0 -> 3456 bytes
-rw-r--r--services/topsy.json2
-rw-r--r--services/topsy.pngbin0 -> 3719 bytes
-rw-r--r--services/twitter_search.json1
-rw-r--r--services/twitter_search.pngbin0 -> 5634 bytes
15 files changed, 28 insertions, 7 deletions
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
--- /dev/null
+++ b/services/bitly.png
Binary files 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
--- /dev/null
+++ b/services/facebook_graph.png
Binary files 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
--- /dev/null
+++ b/services/gnip.png
Binary files 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
--- /dev/null
+++ b/services/googlemaps.png
Binary files 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
--- /dev/null
+++ b/services/klout.png
Binary files 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
--- /dev/null
+++ b/services/topsy.png
Binary files 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
--- /dev/null
+++ b/services/twitter_search.png
Binary files differ