Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 539 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 539 Bytes

Go Roadmap

Version: v1.2.0

Summary

Official Go API client library for Roadmap's API.

Installation

go get -u github.com/roadmap-space/roadmap-go

Documentation

For a comprehensive list of examples, check out the API documentation.

Here is some examples:

Get the ideas shown on the widget

import "github.com/roadmap-space/roadmap-go"

client := roadmap.New("email", "token")
ideas, err := client.Roadmaps.GetWidgetIdeas("[roadmap id here]")