Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 422 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 422 Bytes

GraphQL Client for Cirrus CI written in GO

Getting started

Simply run go get github.com/sebastienvermeille/[email protected]

Then you can use the client as follows:

Example - Authenticate to Cirrus

TODO: document

Example - Run a query

TODO: document

Sidenote

This is my first project using golang, if you see some good practice not applied here, I would be happy to hear from you.