# Functions
Handle is used to handle the request to any endpoint.
HandleBase is used to handle the request to the base endpoint.
HandleMock is used to mock and endpoint.
HandleUnMock is used to un mock and endpoint.
# Variables
DecodeJSON is used to decode the given bytes into interface.
EncodeJSON is used to encode the given interface into json bytes.
PersistenceDelete is used to delete the entity.
PersistenceSave is used to save the entity.
PersistenceView is used to view the entity.