apostrophe-headless icon indicating copy to clipboard operation
apostrophe-headless copied to clipboard

Add REST APIs to your Apostrophe "pieces," powering your React/Vue/etc. apps with a headless CMS.

Results 15 apostrophe-headless issues
Sort by recently updated
recently updated
newest added

This is a draft PR, so not opened to review.

Hi, my colleague @ecb34 and me have noticed that adding a headless route as a CSRF exception was not working, and we have though about this aproach to solve it.

in apostrophe headless we can join a piece with other piece and this piece will have more other joins to other pieces which is already joined to piece.In this case...

bug

How can I get the currently logged in user (piece)?

enhancement

The sort parameter passed to cursor on final step. Query parameter using "-" prefix to identify sorting direction.

Hey there, we're having some fields stored in apostrophe-global we want to retrieve and manipulate using apostrophe-headless. Our index.js in apostrophe-global looks like that: ``` module.exports = { restApi: true,...

Currently this works: ``` { $push: { 'body.items.0.addresses': { street: '500 Somewhere Lane' } } } ``` But there is no way to just update the value of a subproperty,...

enhancement

On our Apostrophe website we implemented Vue components interacting with apostrophe pieces using apostrophe-headless. When i'm logged in in Apostrophe and try to upload files by POST against api/v1/attachments i...

Currently no way to pass sort parameter to cursor.

Currently responses to requests for apostrophe-pages are large and can't be slimmed down manually with request params like apostrophe-pieces calls. I would be really useful to have this feature for...