You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Call https://electron-update.dev.ives.fr/api/version with your token in the cURL header ("Authorization: Bearer $TOKEN") and a JSON body: {"id":"1.1.0_MySoftware","name":"1.1.0","notes":"","channel":"stable","flavor":"MySoftware","availability":"2050-12-31T25:59:59.000Z"}
Create New Asset:
Call https://electron-update.dev.ives.fr/api/asset with your token in the cURL header ("Authorization: Bearer $TOKEN") and a "multipart/form-data" and a defined "boundary" and this kind of body:
Hello,
Could you please add in your documentation all hidden routes and how to use them inside a CI/CD pipelines?
Here what I've found until now.
Authentication:
{"username":"my_admin_login","password":"my_very_secured_password"}
=> You'll get a Token as response.
Create a New Flavor:
{"name":"MySoftware"}
Create New Version:
{"id":"1.1.0_MySoftware","name":"1.1.0","notes":"","channel":"stable","flavor":"MySoftware","availability":"2050-12-31T25:59:59.000Z"}
Create New Asset:
Currently, I'm stuck with the uploading file process and it would be great if all Admin API routes are documented.
Thank you!
The text was updated successfully, but these errors were encountered: