Skip to content

Commit

Permalink
Updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Dowling committed Dec 4, 2015
1 parent e27b3ad commit 1f7a8b1
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,23 @@ APIs. Great for Ember.js!

# Packages

### jsh - JSON Spec Handler
### jsh - JSON Specification Handler

```go
import github.com/derekdowling/go-json-spec-handler
```

For Building Your OWN JSON Spec API
Perfect middleware, or input/output handling for a new, or existing API server.

### jsc - JSON Specification Client

```go
import github.com/derekdowling/go-json-spec-handler/client
```

HTTP Client for interacting with JSON APIs.

### Features

Implemented:

Expand Down

0 comments on commit 1f7a8b1

Please sign in to comment.