You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by David Lutterkort <lu...@redhat.com> on 2011/08/06 01:08:31 UTC

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

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