Top "Json-api" questions

"JSON API" is a standard for building APIs in JSON format.

Serialize an array of models using active_model_serializers

I am trying to send the serialized version of a model to a view as a param, using the gem …

ruby-on-rails json ruby-on-rails-4 active-model-serializers json-api
Sending json api object using postman

I am using JSONAPI Specification http://jsonapi.org/format/#status And I have data like below, { "data": { "type": "tag", "id": "1", "…

json json-api jsonapi-resources jsonapiframework
Handling errors with the (now default) Ember Data JSON-API adapter

I am using Ember 1.13.7 and Ember Data 1.13.8, which by default use the JSON-API standard to format the payloads sent to …

ember.js ember-data ember-cli json-api
JSON API examples in Swagger 2.0

I'm trying to create example responses for an endpoint with Swagger 2.0. 200: description: Successful response schema: type: object $ref: "#/definitions/User" …

swagger json-api swagger-2.0
What is the suitable HTTP status code when request is successful but has warning messages?

In proper usage of REST, what is suitable the HTTP status code when request is successful but has warning messages? …

rest http-status-codes json-api http-status
How do I get the Wordpress JSON-API to work on Nginx server?

For some reason "out-of-the-box" the Wordpress JSON API does not work on Nginx. I have tried several redirect schemes in …

nginx json-api wordpress-json-api
JSON API filter included resources

The question is about JSON API specification and how properly do a request (I'm using ruby on rails and the …

json json-api jsonapi-resources