jsonapi icon indicating copy to clipboard operation
jsonapi copied to clipboard

[Bolt Extension] JSON API for Bolt CMS

Results 11 jsonapi issues
Sort by recently updated
recently updated
newest added

Replacements are applied using `str_replace` in `Parser.php`, but this converts null or boolean value to string values (`""` and `"1"` respectively), which breaks API spec. I suggest using str_replace only...

`json/contenttype?filter[field]=` returns all entries instead of entries with field value empty. Not sure this is the desired behaviour, is it ?

wontfix

/{ct}/{id}/{relatedtype} works only one way. Example I have ct pages and ct categories i choose relationship when creating new page. it works when i make request /pages/1/categories but when i...

bug

I have 4 entries with their respective ids `[1, 2, 3, 4]`. When the latest one is being requested (`entries/4`), it should return id `3`, but instead it returns the...

Looking into the code it seems that the `getItemFields` method isn't being called anywhere.

I'm accessing a bolt site with 3 contenttypes, all of which have a 'groups' taxonomy. I'd like to request all the content with a particular group, across all contenttypes. A...

enhancement
help wanted

In filter parameter options combine with OR operator. Anybody know's how pass options to filter parameter that they combine in query with AND clause? Or maybe for data field exist...

wontfix

I can imagine enough reasons why you would want to share `{ct} foo` but not `{ct} bar` and I can also imagine allowing varying thumbnail sizes for each {ct} to...

enhancement

``` [development@localhost ~/P/bolt-test] (master) http http://localhost:17000/json/menu HTTP/1.1 200 OK Access-Control-Allow-Origin: * Cache-Control: no-cache Connection: keep-alive Content-Type: application/vnd.api+json Date: Thu, 25 May 2017 10:54:12 GMT Server: nginx/1.13.0 Transfer-Encoding: chunked X-Debug-Token: 4fb78b...

bug