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

When making a batch patch request, if any of the documents are not found, a 404 error is thrown and none of the documents get updated. Should this also be...

The documentation told me to open this issue! :) Anyway I would like to try this with a PostgreSQL database, so an adapter for that would be welcome. If there...

Closes #66 I gave the integration tests a shot, but the first one breaks another test and the second doesn't work at all. How should I be doing this?

node version: 5.3.0 json-api version: 2.15.6 I receive the following error when trying to run my app: ``` /home/vagrant/app/node_modules/json-api/build/src/db-adapters/Mongoose/MongooseAdapter.js:649 var baseType = holdsArray ? typeOptions[0].type.name : typeOptions.name; ^ TypeError: Cannot...

On `POST` > A resource can be created by sending a POST request to a URL that represents a collection of resources. The request MUST include a single resource object...

It would appear that json-api does not support arrays with objects inside, take the following schema: ``` javascript var discussionSchema = new Mongoose.Schema({ messageCount: Number, lastIndex: Number, message: [{ index:...

enhancement

Pass off incoming meta to some user function to store/whatever, and give the user some function through which to set meta info on the response should they wish. This would...

This PR was automatically created by Snyk using the credentials of a real user.![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) ### Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this...

![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) ### Snyk has created this PR to fix 9 vulnerabilities in the npm dependencies of this project. #### Snyk changed the following file(s): - `package.json` - `package-lock.json` #### Vulnerabilities...