Skip to content

Latest commit

 

History

History
76 lines (54 loc) · 2.83 KB

README.md

File metadata and controls

76 lines (54 loc) · 2.83 KB

Go API client for aha

Articles that matter on social publishing platform

Overview

This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.

  • API version: 1.0.0
  • Package version: 1.0.0
  • Build package: org.openapitools.codegen.languages.GoClientCodegen

Installation

Install the following dependencies:

go get github.com/stretchr/testify/assert
go get golang.org/x/oauth2
go get golang.org/x/net/context
go get github.com/antihax/optional

Put the package under your project folder and add the following in import:

import "./aha"

Documentation for API Endpoints

All URIs are relative to https://secure.aha.io/api/v1

Class Method HTTP request Description
FeaturesApi GetFeature Get /features/{feature_id}
FeaturesApi GetFeatures Get /features Get all features
FeaturesApi GetReleaseFeatures Get /releases/{release_id}/features Get all features for a release
FeaturesApi UpdateFeature Put /features/{feature_id} Update a feature's custom fields with tag-like value
ProductsApi GetProduct Get /products/{product_id} Products API
ProductsApi GetProducts Get /products Products API
ReleasesApi GetProductReleases Get /products/{product_id}/releases
ReleasesApi GetRelease Get /releases/{release_id}
ReleasesApi UpdateProductRelease Put /products/{product_id}/releases/{release_id} Update a release

Documentation For Models

Documentation For Authorization

Endpoints do not require authorization.

Author