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

Turn your node app into a JSON API server (http://jsonapi.org/)

Results 69 json-api issues
Sort by recently updated
recently updated
newest added

Hi I'm using svelte js as a client web framework with a express js server + firebase database How I can use JSON:api I'm confused!

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=lodash&from_version=4.17.10&to_version=4.17.16&pr_id=aad6e79d-7c3f-4b15-8d17-e8bc8704ef3f) #### Changes included in this PR - Changes to...

I have some Mongoose models/Schema that include `id` and/or `type` keys. If I pass these models to `JSON_API.dbAdapters.Mongoose(...)` and then use that to set up `JSON_API.ResourceTypeRegistry` it runs fine until...

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

Hello, I really do think you've done a great job with creating the json-api for JavaScript. I do have suggestions on how to improve the project, and I'm happy to...

andWhere query is throwing an error: Errors converted to json-api Result TypeError: Cannot read property '0' of undefined. ``` queryFactory: async (opts) => { const origQuery = await opts.makeQuery(opts); return...

Add in the documentation that there is the option to set the debug variable `DEBUG=json-api:*` in environment variables.

I have checked in Local and it's working fine. But Once I used this library on serverless application at that time filter is not working. It's giving me below error....

It is already the case that queryTransform can return a promise for a RunnableQuery instead of a Runnable query but it was not in the type definition or covered in...

#### Description This PR fixes one or more vulnerable packages in the `npm` dependencies of this project. See the [Snyk test report](https://app.snyk.io/org/ethanresnick/test/github/4f4e57b6-5b74-49f8-a285-cbdff0817079/master..snyk-fix-32794cff130ae7f1dd22c4bf01a5be66) for more details. #### Snyk Project: [ethanresnick/json-api:package.json](https://app.snyk.io/org/ethanresnick/project/4f4e57b6-5b74-49f8-a285-cbdff0817079) ####...