diff options
author | franck cuny <franck@lumberjaph.net> | 2010-09-15 17:19:26 +0200 |
---|---|---|
committer | franck cuny <franck@lumberjaph.net> | 2010-09-15 17:19:26 +0200 |
commit | ff987f62a1c07a741e10519bca5236f694048bf2 (patch) | |
tree | 2f833a147c5cb37a6e83abe09eb3b9f16a3b3a92 | |
parent | remove protocol test (diff) | |
download | net-http-spore-ff987f62a1c07a741e10519bca5236f694048bf2.tar.gz |
update spec
-rw-r--r-- | spec/spore_description.pod | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/spec/spore_description.pod b/spec/spore_description.pod index b8bc455..f0433e5 100644 --- a/spec/spore_description.pod +++ b/spec/spore_description.pod @@ -153,12 +153,20 @@ A boolean to specify if this method requires authentication authentication: 0 -=item B<api_base_url> (optional) +=item B<base_url> (optional) Specify an url if this method requires a different api_base_url api_base_url: http://api.twitter.com/1/ +=item B<format> (optional) + +A list of supported format + + api_format: + - json + - xml + =item B<documentation> (optional) A complete documentation for the given method |