Skip to content

Commit 24b32ba

Browse files
jkschneiderAdrian Cole
authored andcommitted
Update README.md [ci skip]
1 parent 5243cbd commit 24b32ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Feign makes writing java http clients easier
22

33
[![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)
4+
[![Build Status](https://travis-ci.org/Netflix/feign.svg?branch=master)](https://travis-ci.org/Netflix/feign)
5+
46
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).
57

68
### Why Feign and not X?
@@ -463,4 +465,4 @@ interface GitHub {
463465
.target(GitHub.class, "https://api.github.com");
464466
}
465467
}
466-
```
468+
```

0 commit comments

Comments
 (0)