Skip to content

Commit

Permalink
Deprecate adapter repository in favor of mainline
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpner committed Oct 25, 2017
1 parent 13346ba commit 178edf2
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
# api2go-adapter
# api2go-adapter

[![Join the chat at https://gitter.im/manyminds/api2go-adapter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/manyminds/api2go-adapter?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

[![Build Status](https://travis-ci.org/manyminds/api2go-adapter.svg?branch=master)](https://travis-ci.org/manyminds/api2go-adapter)
[![Coverage Status](https://coveralls.io/repos/manyminds/api2go-adapter/badge.svg?branch=master&service=github)](https://coveralls.io/github/manyminds/api2go-adapter?branch=master)
[![Go Report Card](http://goreportcard.com/badge/manyminds/api2go-adapter)](http://goreportcard.com/report/manyminds/api2go-adapter)

This package provides useful adapters to use api2go with differnet frameworks.
### Deprecated

## Gin
All adapters got moved into the main repository and will only be updated there.

[Gin Framework Adapter](https://github.com/manyminds/api2go-adapter/tree/master/gingonic)
#### Upgrade
To Upgrade the gin-adapter from api2go-adapter simply install api2go with the build tag:

[![GoDoc](https://godoc.org/github.com/manyminds/api2go-adapter/gingonic?status.svg)](https://godoc.org/github.com/manyminds/api2go-adapter/gingonic)


[Gorilla Mux Adapter](https://github.com/manyminds/api2go-adapter/tree/master/gorillamux)

[![GoDoc](https://godoc.org/github.com/manyminds/api2go-adapter/gorillamux?status.svg)](https://godoc.org/github.com/manyminds/api2go-adapter/gorillamux)
`go get -tags=gingonic github.com/manyminds/api2go` and replace `gingonic.New(r)` with `routing.Gin(r)`

0 comments on commit 178edf2

Please sign in to comment.