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 create route; this route should be expanded with the filename which indicates where the stream will be saved.
Article slug or id which uniquely identifies article whose article file need to be inserted.
Article File object that need to be inserted into the system.
Parses get route; this route should be expanded with id of desired file stream. Additional supported items are:
width
- width of desired derived image.height
- height of desired derived image.Article slug or id which uniquely identifies article whose article file need to be retrieved.
Article File object used to identify stream that needs to be retrieved from the system.
Parses update route; this route should be expanded with the id of the previously saved resource. Additional supported items are:
width
- width of derived image to update.height
- height of derived image to update.Article slug or id which uniquely identifies article whose article file need to be updated.
Article File object used to identify stream that needs to be updated.
Generated using TypeDoc
Parses get resource route which must be expanded with the Id of the previously created resource in the system.
baseRoute.create();