planisphere-sdk

module
v0.10.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 19, 2024 License: MIT

README

coverage report pipeline status Go Reference

Planisphere SDK

Golang SDK for Planisphere API

Check out the examples directory!

See Go Reference for full documentation

Usage

    // Pull in your appropriate credentials
    username, err := os.LookupEnv("PLANISPHERE_USERNAME")
    checkErr(err)
    token, err := os.LookupEnv("PLANISPHERE_TOKEN")
    checkErr(err)

    // Use the client to interact
    c := planisphere.NewClient(username, token, nil)

This code is freely available for non-commercial use and is provided as-is with no warranty.

Directories

Path Synopsis
_examples
Package planisphere implents a client for interacting with the Planisphere API
Package planisphere implents a client for interacting with the Planisphere API

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL