hyperdrive

An opinionated micro-framework for creating Hypermedia APIs in Go.
Install
go get github.com/hyperdriven/hyperdrive
OR
glide get github.com/hyperdriven/hyperdrive
Import
import "github.com/hyperdriven/hyperdrive"
Usage
Refer to our Quick Start Guide for how to use this package.
Config
Configuration of core features are done via Environment Variables, in accordence with 12 factor principles, and is detailed here
Contributing
Refer to our Contributor's Guide to learn more about how you can partipicate.