Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 810 Bytes

File metadata and controls

25 lines (15 loc) · 810 Bytes

OpenApi Module


This module provides a Swagger/OpenAPI compliant document describing the enabled REST resources of your site.

If you desire to use Drupal core rest functionality with OpenApi.js, then this module is required to enable the population of resources.

Setup

drush dl openapi

Documentation

The Open API specification document in JSON format that describes all of the entity REST resources can be downloaded from, openapi/entities?_format=json.

Learn more about the Open API specification

Branch notes - 8.x-1-jsonapi_refactor

@todo Use service provider to dyan