Skip to content

grokify/go-aha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go API client for Aha! (aha.io)

Build Status Go Report Card Docs License

Go / Golang API Client for Aha! Roadmap Service

Overview

This API client was generated by the openapi-generator project.

It also comes with a Postman Collection at codegen/postman_spec.json.

Installation

$ go get github.com/grokify/go-aha/...

Reference

See docs in:

Example Usage

See:

Helpful Hints

To use curl to retreive an API response, use the following:

curl -XGET https://company.aha.io/api/v1/features/FEAT-1?access_token=<my_access_token>