The main TypedRest library.
Common helpers and extensions.
Endpoints represent URIs that provides methods for operating on specific resources.
Generic endpoints allow you to model collections and elements.
Raw endpoints allow you to transmit binary data rather than serialized objects.
RPC endpoints allow you to interact with non-RESTful resources that act like callable functions.
Handling errors in HTTP responses.
Helper methods and structures for performing HTTP requests.
Handling links between HTTP resources.
Serialization of entities sent to and received from the server.