From a917f3e31ce61e99044ed563c3dbf7273f00b629 Mon Sep 17 00:00:00 2001 From: Nils Grunwald Date: Wed, 13 Oct 2010 00:50:21 +0200 Subject: - transformed numbers in booleans - renamed authentication in api_authentication - made name and version mandatory - added api_auth_type and auth_type --- spore_description.pod | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/spore_description.pod b/spore_description.pod index f0433e5..b969ffc 100644 --- a/spore_description.pod +++ b/spore_description.pod @@ -48,7 +48,7 @@ This part describes the API itself: =over 4 -=item B (optional) +=item B (required) A simple name to describe the specification @@ -75,17 +75,25 @@ A list of supported format - json - xml -=item B (optinal) +=item B (required) The version number of the current description version: 0.1 -=item B (optional) +=item B (optional) A boolean to specify if this API requires authentication for all the methods - authentication: 1 + api_authentication: true + +=item B (optional) + +A list of supported authentication methods + + api_auth_type: + - simple + - oauth =item B (required) @@ -151,7 +159,14 @@ documentation. A boolean to specify if this method requires authentication - authentication: 0 + authentication: false + +=item B (optional) + +A list of supported authentication methods + + auth_type: + - digest =item B (optional) -- cgit v1.2.3