1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-28 00:06:53 +01:00
unleash.unleash/unleash-client-java
Ivar Conradi Østhus 8e9e84484f Client: Experiementing with native http-connection
to replace httpclient.
2014-10-24 15:39:27 +02:00
..
src Client: Experiementing with native http-connection 2014-10-24 15:39:27 +02:00
pom.xml Implemented a simple fethcer to replace httpclient 2014-10-24 12:08:51 +02:00
README.md Update README.md 2014-10-23 21:59:20 +02:00

The Unleash Client 4 Java

Awesome API

It is really simple to use unleash.

if(unleash.isEnabled("AwesomeFeature")) {
  //do some magic
} else {
  //do old boring stuff
}