A client for working with JSON:API collections.
A Node.js framework agnostic library for serializing your data to JSON API
TypeScript definitions for jsonapi-serializer
Drupal JSON-API params
Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
No description provided.
TypeScript definitions for JSON-API
Gatsby source plugin for building websites using the Drupal CMS as a data source
A collection of TypeScript interfaces and classes for working with [JSONAPI.org](http://jsonapi.org/)-standard requests/responses.
A lightweight, framework agnostic, flexible JSON API client
JSON:API Serializer inspired by Fractal (PHP)
Parses JSON API style responses into a more 'typical' JSON format
JavaScript client-side JSON API data handling made easy.
Client for requesting backend API based on JSONAPI specification
A minimal JSON:API client and React hooks for fetching, updating, and caching remote data.
Visit a method over the items in an object, or map visit over the objects in an array.
Automatically applies relations, filters, and more from the JSON API spec to your Bookshelf.js results
Everything you need to start building a scalable web application.
Simple tool for flattening JSON api responses into simpler objects.
Next.js JSON:API client with server/client support and caching
JSON API (De) Serializer in Typescript
Enables developers to use a unified Postman Collection format Object across projects
EzContent JsonAPI
JSON:API support for Orbit.
Include JsonApiable module in your API::BaseController to receive a collection of useful methods, such as arguments and relationships parser, filters, etc.
`Jsonapi::QueryBuilder` serves the purpose of adding the json api query related SQL conditions to the already scoped collection, usually used in controller index actions. With the query builder we can easily define logic for query filters, attributes by which we can sort, and delegate pagination parameters to the underlying paginator. Included relationships are automatically included via the `ActiveRecord::QueryMethods#includes`, to prevent N+1 query problems.