https://github.com/bjerkio/crayon-api-go
Golang client for Crayon CloudIQ API 🌳
https://github.com/bjerkio/crayon-api-go
cloudiq crayon go golang
Last synced: 3 months ago
JSON representation
Golang client for Crayon CloudIQ API 🌳
- Host: GitHub
- URL: https://github.com/bjerkio/crayon-api-go
- Owner: bjerkio
- License: apache-2.0
- Created: 2020-09-23T08:26:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T16:16:56.000Z (8 months ago)
- Last Synced: 2025-01-11T19:16:20.636Z (5 months ago)
- Topics: cloudiq, crayon, go, golang
- Language: Go
- Homepage:
- Size: 842 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
![Crayon API Golang Client][banner]
![Build & Deploy][build-badge]
[![Total alerts][lgtm-badge]][lgtm-alerts]
[![Maintainability][codeclimate-badge]][codeclimate]## About
The Crayon API (Cloud IQ) for Golang simplifies integrations against [Crayon CloudIQ API][apidocs]. The client is generated using [swagger-go][swagger-go].
# Documentation
Apart from this README, you can find details and examples of using the SDK in
the following places:- [SDK Documentation][sdk-doc]
- [API Documentation][apidocs]
- [API Endpoints][apiendpoints]## Contributing
We love contributions! 🙏 Bug reports and pull requests are welcome on [GitHub][github].
[banner]: ./.github/header.png
[build-badge]: https://github.com/bjerkio/crayon-api-go/workflows/build/badge.svg
[lgtm-badge]: https://img.shields.io/lgtm/alerts/g/bjerkio/crayon-api-go.svg?logo=lgtm&logoWidth=18
[lgtm-alerts]: https://lgtm.com/projects/g/bjerkio/crayon-api-go/alerts/
[codeclimate-badge]: https://api.codeclimate.com/v1/badges/c72cb4454d9425e68b5f/maintainability
[codeclimate]: https://codeclimate.com/github/bjerkio/crayon-api-go/maintainability
[apidocs]: https://apidocs.crayon.com/
[apiendpoints]: https://apiv1.crayon.com/docs/
[swagger-go]: https://github.com/go-swagger/go-swagger
[github]: https://github.com/bjerkio/crayon-api-go
[sdk-doc]: https://pkg.go.dev/mod/github.com/bjerkio/crayon-api-go