apostrophe-headless
apostrophe-headless copied to clipboard
Add REST APIs to your Apostrophe "pieces," powering your React/Vue/etc. apps with a headless CMS.
So I'm trying to limit data access unless it gives a valid key. (Maybe I'm using it wrong, and don't understand something, please enlighten me) I've added to some of...
Should you want to implement your own pagination it would be nice to know what 'page' response you've just received. Right now a request to pieces index only returns. ```...
I try to patch one fields (type:joinBy*), but the only way to do this is: `{"_fieldsName":"","fieldsNameId":"cjraqbk600005cw0wjpj2kot7"}`, but it is wrong because the correct way to patch a field is `{"fieldsNameId":"cjraqbk600005cw0wjpj2kot7"}`....
Currently `areas(false)` is hardcoded for the children, with no opportunity to override. This is true for both the root "get all" route and the per-page routes.