fortune-json-api icon indicating copy to clipboard operation
fortune-json-api copied to clipboard

JSON API serializer for Fortune.

Results 10 fortune-json-api issues
Sort by recently updated
recently updated
newest added

Bumps [ajv](https://github.com/ajv-validator/ajv) from 4.11.8 to 6.12.3. Release notes Sourced from ajv's releases. v6.12.3 Pass schema object to processCode function Option for strictNumbers (@​issacgerges, #1128) Fixed vulnerability related to untrusted schemas...

dependencies

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.0 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) v5.1.1 Bug Fixes unescape exclamation mark (#26) (a98874f) Changelog Sourced from...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Hey! Trying to build a salesforce adapter and most of it is working well. I am trying to figure out how to specify the fields with the include. I see...

Hello, with regard to #60, I started implementing, or rather, looking for ways to implement extensions on the current filtering possibilities. ### Some notes #### General Here, I wanted fuzzy...

From issue #40 I learned filtering is not possible on relationships. In the project I am working on, this would be a huge bonus to have it. Do you have...

I would like to add computed properties to a resource, which don't map directly to the database structure. My use case is that I want to perform a count in...

question

Hi, the README states > inflectKeys: camelize the field names per record. Default: true. However, we've found that if the recordType attribute is already camelCase (e.g. phoneNumber ), it's transformed...

I think that this might benefit from an adapter implementation. ```js var jsonApiAdapter = require('fortune-json-api/adapter') ``` Some prerequisites: - Fortune.js needs to read an option on the adapter to disable...

The filter is ok, unless you try to filter by the id. I received this exception. `Unhandled rejection BadRequestError: The field "id" is non-existent.`