Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 519 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 519 Bytes

gopenqa

gopenqa is a (intentional bad name for a) openQA module written in go. The aim of the project is to create an easy-to-use go library for interacting with openQA.

The project is not feature-complete regarding the openQA API. PR extending the internal API to include your needs are welcome.

What works

  • Job query
  • Job group query
  • Job comment query
  • RabbitMQ

Installation

go get github.com/grisu48/gopenqa

Getting started

Checkout the examples provided within the project.