*Why*
To get the link to mobile application after it's built, we must first send {{PUT}} request with the build details in the payload This has to be implemented on the backend side
*How*
Go to openshift console, build an app, show developer console -> network and click on *Download* button for some of a finished builds. You'll see a *PUT* request to URL with a payload containing information about build. |
|