resolveEndpoint abstract method

String resolveEndpoint()

Returns the endpoint path relative to the connector's base URL.

Example: returning '/users/42' combined with a base URL of 'https://api.example.com' produces 'https://api.example.com/users/42'.

Implementation

String resolveEndpoint();