mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-28 00:06:53 +01:00
8e9e84484f
to replace httpclient. |
||
---|---|---|
.. | ||
src | ||
pom.xml | ||
README.md |
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
}