Skip to content

capturealpha/latitude-api-client

 
 

Repository files navigation

latitudesh-go

GoDoc

latitudesh-go is a Go client library for accessing the Latitude.sh API.

You can view the API docs here: https://docs.latitude.sh/reference

Install

go get github.com/latitudesh/[email protected]

where X.Y.Z is the version you need.

Usage

package main

import (
    latitude "github.com/latitudesh/latitudesh-go"
)

func main() {
    client := latitude.NewClientWithAuth("Latitude.sh", apiToken, nil)
}

About

A Go library for Latitude JSON:API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%