Version: v1.2.0
Official Go API client library for Roadmap's API.
go get -u github.com/roadmap-space/roadmap-go
For a comprehensive list of examples, check out the API documentation.
Here is some examples:
import "github.com/roadmap-space/roadmap-go"
client := roadmap.New("email", "token")
ideas, err := client.Roadmaps.GetWidgetIdeas("[roadmap id here]")