All URIs are relative to http://localhost
Method | HTTP request | Description |
---|---|---|
DeletePlan | Delete /1.0/plans/{plan} | |
PlanCreate | Post /1.0/plans | |
PlanList | Get /1.0/plans |
DeletePlan(ctx, plan)
Remove a plan
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
plan | string | Remove current plan |
(empty response body)
- Content-Type: Not defined
- Accept: /
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Plan PlanCreate(ctx, plan)
Create a new plan
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
plan | Plan |
- Content-Type: application/json
- Accept: /
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]Plan PlanList(ctx, )
List plans.
This endpoint does not need any parameter.
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]