Skip to content

Roadmap-Space/roadmap-go

Repository files navigation

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]")

About

Go API client library for Roadmap

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages