Package ch.colabproject.colab.client
Class ColabClient.ConfigRestEndpointClientImpl
- java.lang.Object
-
- ch.colabproject.colab.client.ColabClient.ConfigRestEndpointClientImpl
-
- Enclosing class:
- ColabClient
public class ColabClient.ConfigRestEndpointClientImpl extends Object
ConfigRestEndpoint
client implementation
-
-
Constructor Summary
Constructors Constructor Description ConfigRestEndpointClientImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ColabConfig
getConfig()
GET api/config callsConfigRestEndpoint.getConfig()
Get account-related configuration
-
-
-
Method Detail
-
getConfig
public ColabConfig getConfig()
GET api/config callsConfigRestEndpoint.getConfig()
Get account-related configuration- Returns:
- configuration
-
-