Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```