You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by ma...@redhat.com on 2011/07/29 17:29:02 UTC

Update REST API docs for website

Patch contains the updated REST API docs for the website in /deltacloud/site/content/api.mdown. You need to run webby in /deltacloud/site and you can see the output in /deltacloud/site/output.html.

marios

Re: [PATCH] Updated REST API Documentation for website.

Posted by David Lutterkort <lu...@redhat.com>.
On Fri, 2011-07-29 at 18:29 +0300, marios@redhat.com wrote:
> From: marios <ma...@redhat.com>
> 
> 
> Signed-off-by: marios <ma...@redhat.com>
> ---
>  site/content/api.mdown | 3522 ++++++++++++++++++++++++++++++++++++++++++++----
>  1 files changed, 3288 insertions(+), 234 deletions(-)

ACK. I just pushed this.

There's a few places where the docs claim that you need to make a
multipart/form-data request, though it should be enough to use
application/x-www-form-urlencoded (for example, for POST /api/instances)
I'll fix that up next week.

David