There was an error while loading. Please reload this page.
1 parent 43af14f commit 5184be1Copy full SHA for 5184be1
README.md
@@ -306,6 +306,7 @@ client.apps.create!(:name => "test", :upload => "app.zip")
306
```
307
308
*Note: job statuses are currently not supported, so you must manually poll the job status API for app creation.*
309
+
310
```ruby
311
body = {}
312
until %w{failed completed}.include?(body["status"])
0 commit comments