Everything you need to start building a scalable web application.
A Node.js framework agnostic library for serializing your data to JSON API
TypeScript definitions for jsonapi-serializer
Drupal JSON-API params
TypeScript definitions for JSON-API
A lightweight, framework agnostic, flexible JSON API client
JSON:API Serializer inspired by Fractal (PHP)
JavaScript client-side JSON API data handling made easy.
Client for requesting backend API based on JSONAPI specification
A JSON:API adapter for Vuex ORM.
Next.js JSON:API client with server/client support and caching
JSON API (De) Serializer in Typescript
EzContent JsonAPI
JSON:API support for Orbit.
Gatsby source plugin for building websites using the Drupal CMS as a data source
JSON API validation module.
Parses JSON API style responses into a more 'typical' JSON format
JSON API (De) Serializer in Typescript
A config driven NodeJS framework implementing json:api
A lightweight, framework agnostic, flexible JSON API client
A lightweight, framework agnostic, flexible JSON API client
A collection of TypeScript interfaces and classes for working with [JSONAPI.org](http://jsonapi.org/)-standard requests/responses.
A consistent, declarative way of interacting with RESTful backends, featuring code-generation from Swagger and OpenAPI specs
Access restructured JSONAPI data from a Vuex Store.
Nice type and params for temporary JSONAPI support.
Authenticate and connect to remote services via REST
Authenticate and connect to remote services via REST
Sinja is a Sinatra extension for quickly building RESTful, {json:api}-compliant web services, leveraging the excellent JSONAPI::Serializers gem for payload serialization. It enhances Sinatra's DSL to enable resource-, relationship-, and role-centric API development, and it configures Sinatra with the proper settings, MIME-types, filters, conditions, and error-handling. There are many parsing (deserializing), rendering (serializing), and other "JSON API" libraries available for Ruby, but relatively few that attempt to correctly implement the entire {json:api} server specification, including routing, request header and query parameter checking, and relationship side-loading. Sinja lets you focus on the business logic of your applications without worrying about the specification, and without pulling in a heavy framework like Rails. It's lightweight, ORM-agnostic, and Ember.js-friendly!