Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [che-dev] a question regarding che /project API

Hi Ori & Anat,

this pattern/feature is called HATEOAS and is applied to all che REST resources.

So you can count on it for the future versions.

Florent



On Tue, Mar 31, 2015 at 11:21 AM, Zil-Bar, Anat <anat.zil-bar@xxxxxxx> wrote:

Hello,

 

We are from the DevX team in Israel and have a question regarding che /project API:

 

We are sending the following request:

 

GET /project/{ws-id}/children/{parent:.*}

 

and noticed that the response json contains the field: "links" (providing urls for all "actions" that can be performed on the element at hand);

However, this field is not documented in the declared REST API response json (at: http://docs.codenvy.com/api/ ).

Our question is: can we count on this field to remain consistent in future versions? will it be documented as part of the API?

 

Thanks in advance,

Ori & Anat

 


_______________________________________________
che-dev mailing list
che-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/che-dev



Back to the top