Endpoint Manager

class moco_wrapper.util.endpoint.EndpointManager

Class for managing all models that the moco class uses

get(slug) → moco_wrapper.util.endpoint.endpoint.Endpoint

Retrieve an endpoint by its unique slug

Parameters:slug (str) – Endpoint slug
Returns:Endpoint with the given slug, or None if the endpoint does not exist
Return type:moco_wrapper.util.endpoint.Endpoint