Browse Source

Added Gitter badge

pull/244/head
The Gitter Badger 10 years ago
parent
commit
201652ff26
  1. 2
      README.md

2
README.md

@ -1,4 +1,6 @@ @@ -1,4 +1,6 @@
# Feign makes writing java http clients easier
[![Join the chat at https://gitter.im/Netflix/feign](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Netflix/feign?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Feign is a java to http client binder inspired by [Retrofit](https://github.com/square/retrofit), [JAXRS-2.0](https://jax-rs-spec.java.net/nonav/2.0/apidocs/index.html), and [WebSocket](http://www.oracle.com/technetwork/articles/java/jsr356-1937161.html). Feign's first goal was reducing the complexity of binding [Denominator](https://github.com/Netflix/Denominator) uniformly to http apis regardless of [restfulness](http://www.slideshare.net/adrianfcole/99problems).
### Why Feign and not X?

Loading…
Cancel
Save