hyperdriven / hyperdrive

An opinionated microframework for creating hypermedia APIs in Go

Home Page:https://hyperdriven.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hyperdrive Build Status GoDoc Go Report Card Coverage Status MIT License

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.

More Info

About

An opinionated microframework for creating hypermedia APIs in Go

https://hyperdriven.net/

License:MIT License


Languages

Language:Go 97.0%Language:Shell 3.0%