Query Options
limit
const api = Comfortable.api('<repository-api-id>', '<api-key>');
api.getDocuments({
limit: 25
})
.then(result => {
// futher implementation
})
.catch(err => {
throw err;
})offset
locale
includes
includeTags
excludeTags
fields
embedAssets
filters
sorting
search
Last updated