Skip to content

d34dman/awesome-drupal-jsonapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

Awesome Drupal & JSON:API

TOC


Drupal

Modules

Check out Ecosystem modules for JSON:API | Drupal.org to getlist of modules marked by maintainers as related to JSON:API

Name Core Compatibility Short description
Commerce API 8.x Extends the JSON:API implementation provided by Drupal for the Commerce module and its ecosystem. It adds capabilities beyond the default create, read, update, and delete operations for entities to support actions required to work with a decoupled ecommerce system.
Entity Router 8.x Lookup entities by their paths/redirects and convert to a given format.
Entity Share 8.x Entity Share is a collection of modules allowing you to share content entities like nodes, taxonomy terms, medias etc. between different Drupal instances.
EzContent API - Enhanced De-coupled CMS Experience 8.x This module adds JSON API functionality to EZContent profile.
Fluid Comment 8.x Fluid comment provides a new comment field formatter that replaces Drupal's default comment field with a client-side component that lets you add new comments, reply to comments and moderate comments without ever leaving or reloading the page.
JSON:API Access 8.x It provides access checks for any entity operations in the JSON response. Based on JSONAPI:Extras.
JSON:API Boost 8.x Improves the performance of the JSON:API module by cache warming your resource types.
JSON:API Comment 8.x This module adds additional JSON:API compliant routes that enhance the developer experience of creating progressively decoupled or fully decoupled comment functionality.
JSON:API Cross Bundles 8.x Add cross-bundle resource collections for Drupal's JSON API module.
JSON:API Etag 8.x sandbox Adds Etag and If-None-Match support to JSON:API routes. This is most useful for improving the performance of polling requests to JSON:API resources because it eliminates the browser's need to download an unchanged response body. Additionally, when coupled with client-side rendering, the difference between 200 OK and 304 Not modified response statuses can be used to limit unnecessary DOM rendering.
JSON:API Explorer 8.x The JSON:API Explorer is an interactive web application for exploring your JSON:API server.
JSON:API Flag 8.x This module exposes current user flaggings and entity flag counts over JSON:API Resources.
JSON:API Extras 8.x The JSON:API module in code provides zero configuration out of the box. Use JSON:API Extras to customize your API. JSON:API Extras provides a means to override and provide limited configurations to the default zero-configuration implementation provided by the JSON:API in Core.
JSON:API Hypermedia 8.8^ It adds support for rich, dynamic linking between your application's resources. It does not add any links of its own. Instead, it provides a plugin system for other modules to leverage.
JSON:API Include 8.x JSON API Include allow merge include and relationship data of JSON API.
JSON:API Reference 8.x Provides a field type Typed Resource Object, that is similar to an entity reference field. However, rather than refer to an entity on the same Drupal installation, this refers to a resource object exposed via JSON:API.
JSON:API Resources 8.x Makes it possible to define custom JSON:API routes. It does not define any custom routes of its own.
JSON:API Schema 8.x JSON:API Schema provides JSON-Schema formatted schemas for JSON:API resources.
JSON:API Search API 8.x This module adds JSON:API resources that allows you to query your Search API indexes using the JSON:API spec.
JSON:API Server Push 8.x Experimental module that adds HTTP/2 server push capabilities to JSON:API. Not tested for production use.
JSON:API User Resources 8.x Provides JSON:API enhancements for user accounts using the JSON:API Resources | Drupal.org.
JSON:API Views 8.x Creates JSON:API Resources | Drupal.org routes for Views module.
JSONAPI Flysystem Uploader 8.x Entities may have a JSON API representation automatically uploaded to S3 or other file storage systems upon creation. This is handled using the Flysystem module and library. Data will be stored in a file named "[uuid].json" based upon the entity's UUID value.
Open Social JSON:API 8.x Social JSON API provides an API which can be used with various entities.
Subrequests 8.x Tell the system to execute several requests in a single bootstrap. Then return all the things.

Clients

Please refer to the list maintained on jsonapi.org : JSON:API — Implementations

Distributions

Name Source Short description
Contenta CMS GitHub Content deserves a special mention. Contenta is an API-First Drupal distribution.
EZContent Drupal.org EzContent is a Drupal installation profile that addresses common content management pain points and accelerates CMS implementations.

Authentication

Name Core Compatibility Short description
JSON Web Token Authentication (JWT) | Drupal.org 8.x The JSON Web Token (JWT) Authentication module provides a Drupal authentication provider that uses JWTs as the primary factor of authentication.
OAuth2 JWT SSO 8.x OAuth2 JWT Single Sign On Module configures Drupal to use remote and centralized authentication service. This module works with any SSO provider which uses OAuth2 as the authentication framework, and JWT as the Bearer token. Therefore, this module works with Drupal's own OAuth 2.0.
Simple OAuth 8.x Simple OAuth is an implementation of the OAuth 2.0 Authorization Framework RFC.

Decoupled Frontend

Frameworks

Name Ecosystem Short description
ContentaJS Javascript The Node.js counterpart for Contenta CMS distribution in Drupal.
Druxt.js GitHub Druxt.js connects your Drupal backend to your Nuxt.js frontend through the power of Drupal's JSON API.

Libraries

Node Packages

Name Ecosystem Short description
Drupal JSON:API Extractor npm Crawl through a Drupal produced json:api and save the resulting data to static json files in directory structures to allow easy access to the files.
Drupal JSON-API Params npm Provides a helper Class to create the required query.
juissy npm/GitHub Juissy is a minimal experimental JSON API client for Drupal.
jsona npm/GitHub Framework agnostic, customizable library that provide data formatters to simplify work with JSON API v1.0 specification.

GithHub Repo

Name Ecosystem Short description

Support

Read

FAQ

Q : Is this a question?

A : This is an answer.

...


Contribute

Please feel free to clone this repo, add your module/library and create a Pull Request.

Guidelines

  • Entries in tables are to be sorted alphabetically

Maintained By

About

A collection of Json:API resources for Drupal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published