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 article rating route; this URI does not support any additional embed items.
An article rating object that needs to be inserted into the system.
Parses delete article rating route; this URI does not support any additional embed items.
Rating resource resource that needs to be deleted.
Parses delete article rating route; this URI does not support any additional embed items.
Article object whose ratings needs to be deleted.
Parses find article rating route which can be expanded with additional options. Supported items are:
searchQuery
- A string referencing article rating properties using the phrase or BQL (Baasic Query Language) search.page
- A value used to set the page number, i.e. to retrieve certain article rating subset from the storage.rpp
- A value used to limit the size of result set per page.sort
- A string used to set the article rating 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 rating resources need to be retrieved.
Query resource options object.
Parses findByUser article rating route which can be expanded with additional options. Supported items are:
username
- A value that uniquely identifies a user which has created an article rating.page
- A value used to set the page number, i.e. to retrieve certain article rating subset from the storage.rpp
- A value used to limit the size of result set per page.sort
- A string used to set the article rating 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 rating resources need to be retrieved.
Username which uniquely identifies a user which has created an article rating.
Query resource options object.
Parses get article rating route which must be expanded with the Id of the previously created article rating resource in the system. Additional expand supported items are:
embed
- Comma separated list of resources to be contained within the current representation.Article slug or id which uniquely identifies article whose rating resources need to be retrieved.
Article slug or id which uniquely identifies article resource that needs to be retrieved.
Options object that contains embed data.
Parses update article rating route; this URI does not support any additional embed items.
An article object used to update specified article resource.
Generated using TypeDoc
Parses get resource route which must be expanded with the Id of the previously created resource in the system.
baseRoute.create();