Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mistermx/styra-go-client
Go client for Styra REST API
https://github.com/mistermx/styra-go-client
styra
Last synced: about 1 month ago
JSON representation
Go client for Styra REST API
- Host: GitHub
- URL: https://github.com/mistermx/styra-go-client
- Owner: MisterMX
- Created: 2021-08-03T07:51:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-14T13:55:30.000Z (almost 3 years ago)
- Last Synced: 2024-05-09T14:26:05.012Z (8 months ago)
- Topics: styra
- Language: Makefile
- Homepage:
- Size: 578 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# styra-go-client
Inofficial Go client for Styra REST API primarily used for [crossplane-contrib/provider-styra](https://github.com/crossplane-contrib/provider-styra).
## Code Generation
The generated code is based on the [official OpenAPI v2 spec](https://docs.styra.com/reference/api/openapi) by Styra (with some manual adjustments). [go-swagger](https://github.com/go-swagger/go-swagger) is used to generate the client code.
To generate the Go code run
```bash
make clean generate
```