aduermael / ulule-api-client

Golang API client for Ulule's API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ulule Api Client

Api Client for Ulule's API (developers.ulule.com), written in Go.

import (
	ulule "github.com/aduermael/ulule-api-client"
)

func main() {
	client := ulule.New(username, userid, apikey)
	projects, err := client.GetProjects(ulule.ProjectFilterSupported)
}

About

Golang API client for Ulule's API


Languages

Language:Go 100.0%