rhappdev / rhmhcp

An open source solution that enables code push for native / hybrid mobile applications
MIT License
1 stars 1 forks source link

server - release / publish a version #7

Open Keyang opened 6 years ago

Keyang commented 6 years ago

As a user, I should be able to release / publish a version through server endpoints.

App could retrieve latest version and download code according to its configuration

Related to: #6 -- CLI could publish a new app version #5 -- App script should connect to the endpoints to retrieve latest version and download configs.

Keyang commented 6 years ago

2 endpoints needed:

PUT /project -- be able to update project with newer version number / url / update method GET /project/:id -- be able to retrieve project info by its id