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