Skip to content
This repository has been archived by the owner on Apr 30, 2023. It is now read-only.

Latest commit

 

History

History
7 lines (5 loc) · 411 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 411 Bytes

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.