Skip to content
This repository has been archived by the owner on Oct 17, 2019. It is now read-only.

bcdevices/hologram-go

 
 

Repository files navigation

#Hologram-Go-Library

Go Report Card

Introduction

This is a library built for using our REST APIs.

Installation

One nice thing about Go is how easy it is to work with packages. First, run:

go get github.com/hologram-io/hologram-go

All you need to do after that is add this snippet of code in your source:

import (
	<your other imports go here>
	"github.com/hologram-io/hologram-go"
	<your other imports go here>
)

in your main folder.

Support

Please feel free to reach out to us if you have any questions/concerns.

Credits

Special thanks to the amazing work that @kurrik put in his twittergo library. The Errors and Parse interface/functions were taken from there and modified for our needs.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%