EntryEndpoint
Creates a new entry endpoint.
Parameters
The base URI of the REST API. Missing trailing slash will be appended automatically.
The HTTP client used to communicate with the REST API.
A list of serializers used for entities received from the server, sorted from most to least preferred. Always uses first for sending to the server.
Handles errors in HTTP responses.
Detects links in HTTP responses.
Creates a new entry endpoint.
Parameters
The base URI of the REST API. Missing trailing slash will be appended automatically.
The HTTP client used to communicate with the REST API.
The serializer used for entities sent to and received from the server.
Handles errors in HTTP responses.
Detects links in HTTP responses.
Creates a new entry endpoint.
Parameters
The base URI of the REST API.
Optional HTTP Basic authentication credentials used to authenticate against the REST API.
The serializer used for entities sent to and received from the server.
Handles errors in HTTP responses.
Detects links in HTTP responses.