Skip to content
This repository has been archived by the owner on Oct 29, 2022. It is now read-only.

[Hydration] Hydration is not accessible through the api. #35

Closed
tpryan opened this issue Sep 21, 2012 · 7 comments
Closed

[Hydration] Hydration is not accessible through the api. #35

tpryan opened this issue Sep 21, 2012 · 7 comments
Assignees

Comments

@tpryan
Copy link

tpryan commented Sep 21, 2012

You can't either manipulate the hydration status of the application through the write api nor see it through the read api.

@wildabeast
Copy link
Collaborator

Added.

@cfjedimaster
Copy link

Is this fixed? The docs do not show it.

@wildabeast
Copy link
Collaborator

Yes, you can now set hydrates to true or false via the api. Quick example:

curl -k -u username:password -F 'data={"title":"whatever","create_method":"file","hydrates":"true"}' -F file=@/Users/ryanw/repo/barcodedemo.zip https://build.phonegap.com/api/v1/apps

Thanks for pointing out the lack of docs, will add.

@cfjedimaster
Copy link

But it isn't being returned via the Read API. Is that expected?

@wildabeast
Copy link
Collaborator

Unexpected -- looking into it, should be able to deploy that pretty quick.

@wildabeast
Copy link
Collaborator

Hydrates now appearing in the read api.

@cfjedimaster
Copy link

Confirmed. Thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

4 participants