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

https://github.com/sbecker59/statuspage-api-client-go

Statuspage API
https://github.com/sbecker59/statuspage-api-client-go

go openapi statuspage-io

Last synced: 18 days ago
JSON representation

Statuspage API

Awesome Lists containing this project

README

          

# statuspage-api-client-go

```bash

mkdir -p ~/bin/openapitools
curl https://raw.githubusercontent.com/OpenAPITools/openapi-generator/master/bin/utils/openapi-generator-cli.sh > ~/bin/openapitools/openapi-generator-cli
chmod u+x ~/bin/openapitools/openapi-generator-cli
export PATH=$PATH:~/bin/openapitools/

export OPENAPI_GENERATOR_VERSION=5.3.0
openapi-generator-cli version # is 5.3.0

openapi-generator-cli generate -i api/v1/statuspage/api/openapi.yaml -o api/v1/statuspage -g go
```