electrode-io / electrode-ota-server

Electrode Over The Air Server for hot deployment of React Native and Cordova mobile apps
Other
204 stars 40 forks source link

CodePush definition update changes in Electrode OTA Server #120

Closed scrajesh closed 4 years ago

scrajesh commented 4 years ago

CodePush definition update for the new Service source: https://github.com/microsoft/code-push/pull/645/files

The changes here responds to new /update_check, /report_status/deploy, /report_status/download services, all with new set of parameters(modified the queries to camelCase to snake_case).

Still the existing /updateCheck, /reportStatus/deploy, /reportStatus/download services are supported as well.