Skip to content

Commit

Permalink
Merging readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Dowling committed Nov 14, 2015
2 parents ffaf161 + 61714a1 commit 71cc224
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
Go JSON API Specification Handler
---

[![GoDoc](https://godoc.org/github.com/derekdowling/go-json-spec-handler?status.png)](https://godoc.org/github.com/derekdowling/go-json-spec-handler)[![Build Status](https://travis-ci.org/derekdowling/go-json-spec-handler.svg?branch=master)](https://travis-ci.org/derekdowling/go-json-spec-handler)
[![GoDoc](https://godoc.org/github.com/derekdowling/go-json-spec-handler?status.png)](https://godoc.org/github.com/derekdowling/go-json-spec-handler) [![Build Status](https://img.shields.io/travis/derekdowling/go-json-spec-handler.svg)](https://travis-ci.org/derekdowling/go-json-spec-handler)

Go JSON API helpers for achieving a [JSON API Specification](http://jsonapi.org/)
compatible backend.
A Golang API helper that deals with request serialization and response sending for creating a [JSON API Specification](http://jsonapi.org/) compatible Golang API. Great for Ember.js!

## Features

Expand Down Expand Up @@ -38,3 +37,12 @@ compatible backend.
```
$ go get github.com/derekdowling/go-json-spec-handler
```

## Examples

There are lots of great examples in the tests themselves that show exactly how it works, also check out the [godocs](https://godoc.org/github.com/derekdowling/go-json-spec-handler) as linked above.

## What's Missing

- Linking
- XToX relationships

0 comments on commit 71cc224

Please sign in to comment.