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

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 🌳

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