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
In order to give more runtime control, an HTTP API would allow outside sources (whether they be automated or manual) to manage Influo. This includes manual procedures (maybe approved with a POST request), retrieving the current status of procedures (like current command and stdout), and possibly scheduling deploys.
Projects must also now include a name for identification.
Planned Endpoints
GET/projects - Returns array of projects
GET/projects/:project_name/procedures/ - Returns array of procedures
The text was updated successfully, but these errors were encountered:
In order to give more runtime control, an HTTP API would allow outside sources (whether they be automated or manual) to manage Influo. This includes manual procedures (maybe approved with a POST request), retrieving the current status of procedures (like current command and stdout), and possibly scheduling deploys.
Projects must also now include a name for identification.
Planned Endpoints
GET
/projects
- Returns array of projectsGET
/projects/:project_name/procedures/
- Returns array of proceduresThe text was updated successfully, but these errors were encountered: