# Functions
NewEndpointSyncREST creates the EndpointSyncREST object, which implements the Endpoint interface it requires a slogger, a human-readable name, and a target REST URL.
# Structs
EndpointSyncREST represents a single REST endpoint, and implements the Endpoint interface.
# Interfaces
Endpoint represents a single REST endpoint.