garm/params
Ionut Balutoiu ca878507b5 Add more functionality to swagger client library
* Update `go:generate` annotations to use stable swagger tag instead
  of relying on the `swagger` CLI tool already installed.
* Rename the following route IDs from repositories:
    * `Create` -> `CreateRepo`
    * `List` -> `ListRepos`
    * `Get` -> `GetRepo`
    * `Delete` -> `DeleteRepo`
  The swagger CLI spec validation will fail if the route IDs are not unique.
* Fully implement the all the API calls to:
    * `/api/v1/repositories`
    * `/api/v1/instances`

Signed-off-by: Ionut Balutoiu <ibalutoiu@cloudbasesolutions.com>
2023-07-05 13:47:58 +03:00
..
github.go Add license headers 2022-05-05 13:25:50 +00:00
params.go Add more functionality to swagger client library 2023-07-05 13:47:58 +03:00
requests.go Rename UpdateRepositoryParams to UpdateEntityParams 2023-07-05 00:00:24 +00:00