Simple Rest Client

Goal

Implement simple rest client which is able to fetch the configurations from ConfigSeeder and returning the list of configuration values. Tests using a mock server.

Example

https://gitlab.com/configseeder/java-clients/blob/staging/core/src/main/java/com/configseeder/client/ConfigSeederRestClient.java

Excluded

  • Identification logic (separate story)