Class Endpoints
GenericResource is the class every model should use for initialization. It provides the functions to check the mandatory, optional arguments provided
- Catapult\GenericResource
-
Catapult\Endpoints
Methods summary
public
|
#
__construct( )
construct the endpoint as initiated or a new one. endpoints take domains as a dependancy so we need one on init |
public
|
|
public
|
|
public
|
|
public
|
#
createAuthToken( )
create an auth token and return it as a EndpointsToken object more on this in types |
public
|
#
deleteAuthToken(
delete an auth token given as a EndpointsToken object more on this in types |
Methods inherited from Catapult\GenericResource
__call(),
__toString(),
_init(),
_list(),
check(),
delete(),
get(),
getAudioUrl(),
getObjClass(),
getPath(),
getSchemaString(),
get_sub_function(),
reload(),
toArray(),
update()