get resource uri
Parses delete resource route.
delete resource uri.
Parses resources route which can be expanded with additional options. Supported items are:
searchQuery
- A string value used to identify resources using the phrase search.page
- A value used to set the page number, i.e. to retrieve certain resource subset from the storage.rpp
- A value used to limit the size of result set per page.sort
- A string used to set the resource property to sort the result collection by.embed
- Comma separated list of resources to be contained within the current representation.Query resources uri with search params
Parses get resource route which must be expanded with the Id of the previously created resource in the system.
get resource uri
Parses get resource route.
update resource uri
Parses find route which can be expanded with additional options. Supported items are:
searchQuery
- A string referencing file properties using the phrase search.page
- A value used to set the page number, i.e. to retrieve certain file subset from the storage.rpp
- A value used to limit the size of result set per page.sort
- A string used to set the file property to sort the result collection by.embed
- Comma separated list of resources to be contained within the current representation.Article slug or id which uniquely identifies article whose article files need to be retrieved.
Query resource options object.
Parses get route; this route should be expanded with the Id of the file resource.
Article slug or id which uniquely identifies article whose article files need to be retrieved.
Article file id which uniquely identifies article file that needs to be retrieved.
options object that contains embed data.
Parses link route; this URI template does not expose any additional options.
Article slug or id which uniquely identifies article whose article files need to be deleted.
Parses unlink route; this URI template does not expose any additional options.
Article slug or id which uniquely identifies article whose article files need to be deleted.
Parses unlink by article route; this URI template does not expose any additional options.
Article slug or id which uniquely identifies article whose article files need to be deleted.
Parses update route; this URI template does not expose any additional options.
Generated using TypeDoc
Parses get resource route which must be expanded with the Id of the previously created resource in the system.
baseRoute.create();