# Functions
Create will create an endpoint
Args: - Client struct from client module - Instance from endpoint module
Return: - error or nil.
Delete will delete an endpoint
Args: - Client struct from client module - endpoint name - namespace Return: - error or nil.
Exists will check if the endpoint exists or not
Args: - Client struct from client module - Instance struct from this module
Returns: bool OR error type
.
List will list ALL endpoints from a namespace
Args: - Client struct from client module - Instance from endpoint module
Return: - error or nil.
Patch will patch an endpoint object
Args: - Client struct from client module - Instance from endpoint module
Return: - error or nil.
Show will display a specific endpoint Args: - Client struct from client module - endpoint name.