Interface GenericApi
- All Superinterfaces:
ApiClient.Api
Generic HTTP interface. This allows to perform query against url not known in advance and benefit from the authenticated client.
-
Method Summary
-
Method Details
-
getList
Perform a GET request against the given url and expect result to be a list of object- Parameters:
url-- Returns:
-
get
Perform a GET request against the given url and expect result to be a single object- Parameters:
url-- Returns:
-