1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
Commit Graph

3 Commits

Author SHA1 Message Date
Ivar Conradi Østhus
d2cbbb3125 Implemented a simple fethcer to replace httpclient 2020-02-20 08:30:11 +01:00
Ivar Conradi Østhus
0ed61a1f0f Extended java-client to support the following:
* Unleash - the actual unleash client exposed to the clients.
* Toggle - represents a concrete feature toggle.
* ToggleRepository - the logic to communicate with the unleash-server.
* Strategy - implements the logic associated with strategies. I have also included to common strategies: "Default" and "Unknown".

related to issue #17.
2020-02-20 08:30:07 +01:00
ivaosthu
3e7062227b Initial java-client setup with jdk 1.7. Closes #17. 2020-02-20 08:30:06 +01:00