statamic-fetch
statamic-fetch copied to clipboard
Statamic v2 Addon — Access content directly as JSON using URL endpoints or via a simple tag.
### Description Fetch returns unpublished content when using `filter=published` in combination with non-default `locale`. For example, a call to `!/Fetch/collection/project?&limit=6&offset=0&locale=fr&filter=published` will return unpublished entries of the `project` collection for French....
Hello My global contains 2 localized collections and localized text vars. When I switch the "locale", the vars are updated but the collections stay in the default locale. When I...
Hi! I've been using Fetch for a while without any problems. Yesterday I added a second locale to a site and got into some issues. - Primary locale works fine....
I had the task to implement a filter system accross multiple taxonomies. The current system only allowed for one _taxonomy_ parameter in the request, taxonomies were separated by '|' and...
Hello When deep=true is set by default in the CP and deep=false is set on a fetch request, the param locale is ignored and the default locale is fetch.
I have categories, and each category has a Parent Category. Currently, this is the response i get (I've removed data that doesnt matter for this issue): ``` { data: {...
It appears Fetch currently cannot output from the users collection. It would be really useful to add this feature. I'd like to be able to fetch the full collection in...
Hi, I assume the answer is no, but is it possible to fetch a post in a collection via something other than the slug? For example each post in my...
Hi, I have a collection with the field `section`. this is how I access it: http://dev-site.test:8085/!/Fetch/collection/navigation this is the result: https://gist.github.com/fatnjazzy/64deff97475569acee150ab2f802b3eb#file-navigation-L73 How can I search for this: `"section": "Header",` Im...
Hi, Thanks for this package, it's great. Quick question is it possible to get a list of posts by tags? I don't know which collection or page the tag might...