The application root.
Contact manager.
Creates a new 'contact' object.
RESTful access to a specific contact.
Delete this contact.
Get this contact's details.
Update this contact's details.
Authenticate against the server.
Remove authentication tokens.
Placeholder -- usually replaced with an ID or other identifier of a RESTful object.
Not an actual endpoint, but the HTTP method to use.
Dynamically evaluated endpoint; no further information can be determined without request-specific details.
This endpoint is a `default` handler, and is therefore free to interpret path arguments dynamically; no further information can be determined without request-specific details.
This endpoint is a `lookup` handler, and is therefore free to interpret path arguments dynamically; no further information can be determined without request-specific details.