Possible to edit code through Phonegap Build API?

  • 1
  • Question
  • Updated 9 years ago
  • Answered
Hi.

Just tried the new API to push my apps on Phonegap Build and it works great.

2 questions regarding your doc :

1. Is there a way to specify the app id we want to edit code (instead of creating a new one at each curl call)?

2. How can we track the status of a newly published app (get the apk url as soon as it's processed) without making a ton of calls to the api?

Keep up the good work!
Photo of Serge Tanguay

Serge Tanguay

  • 18 Posts
  • 1 Reply Like
  • excited

Posted 9 years ago

  • 1
Photo of Andrew Lunny

Andrew Lunny

  • 1911 Posts
  • 199 Reply Likes
Both these issues are deficiencies with the current (v0) API.

We're moving to a new revision of the API soon. For #1, we will expose the same update code interface through the API as we do through the web site. For #2, we will allow you to provide a callback URL that is posted to whenever a build is completed.
Photo of Serge Tanguay

Serge Tanguay

  • 18 Posts
  • 1 Reply Like
Thanks Andrew.

Great news!