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
- Host: GitHub
- URL: https://github.com/sbecker59/statuspage-api-client-go
- Owner: sbecker59
- Created: 2020-12-12T13:16:28.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-03-05T10:26:40.000Z (23 days ago)
- Last Synced: 2026-03-05T14:45:47.100Z (23 days ago)
- Topics: go, openapi, statuspage-io
- Homepage:
- Size: 649 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
```