Skip to content

Commit

Permalink
Merge 5810303 into 8c67e3e
Browse files Browse the repository at this point in the history
  • Loading branch information
jfbus committed Jul 24, 2020
2 parents 8c67e3e + 5810303 commit 5322b72
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: go

go:
- 1.14
- 1.13

before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
script:
- $HOME/gopath/bin/goveralls -service=travis-ci
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# dynjson
# dynjson [![](https://godoc.org/github.com/cocoonspace/dynjson?status.svg)](https://godoc.org/github.com/cocoonspace/dynjson) [![Build Status](https://travis-ci.org/cocoonspace/dynjson.svg?branch=master)](https://travis-ci.org/cocoonspace/dynjson) [![Coverage Status](https://coveralls.io/repos/github/cocoonspace/dynjson/badge.svg?branch=master)](https://coveralls.io/github/cocoonspace/dynjson?branch=master)

Client-customizable JSON formats for dynamic APIs.


## Introduction

dynjson allow APIs to return only fields selected by the API client :
Expand All @@ -18,7 +20,7 @@ GET https://api.example.com/v1/foos/1?select=foo

## Installation

go get github.com/cocoon-space/dynjson
go get github.com/cocoonspace/dynjson

## Usage

Expand Down

0 comments on commit 5322b72

Please sign in to comment.