rootlyhq / rootly-go

A golang library for the Rootly API

Home Page:https://rootly.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rootly-go

Go types for Rootly API autogenerated from Swagger/OpenAPI definitions.

Generating the Code

  1. Install oapi-codegen with go install github.com/deepmap/oapi-codegen/cmd/oapi-codegen@v1.9.0 and make sure it is in your $PATH
  2. Run make gen to generate the file
  3. Remove any duplicates from the generated file. This can easily be accomplished in a few minutes with the golang vscode extension. Unfortunately, this process needs to be done manually to ensure no problems occur.

About

A golang library for the Rootly API

https://rootly.com


Languages

Language:Go 98.2%Language:Makefile 1.8%