Categorygithub.com/dmlyons/goContextIO
modulepackage
0.0.0-20190110211412-4177576b4f7b
Repository: https://github.com/dmlyons/gocontextio.git
Documentation: pkg.go.dev

# README

goContextIO

A simple golang Context.IO client library. Primarily all it does is sign the requests made to Context.IO with your key and secret. This allows you to make requests to Context.IO endpoints and either get an *http.request object back for parsing, or just the json response.

Docs are available at http://godoc.org/github.com/dmlyons/goContextIO.

# Packages

No description provided by the author

# Functions

NewContextIO returns a ContextIO struct based on your CIO User and Secret.

# Structs

ContextIO is a struct containing the authentication information and a pointer to the oauth client.