Skip to content

Vardot/varbase_api_base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Varbase API Base

A recipe to set up JSON:API with authentication, authorization, and OpenAPI documentation for easy content ingestion by other applications.

This recipe provides the base API functionality, allowing you to easily set up a complete API infrastructure for your Drupal site.

Features

  • JSON:API for structured content access
  • OAuth 2.0 authentication via Simple OAuth
  • OpenAPI documentation with Redoc and Swagger UI
  • JSON:API Extras for customization
  • REST UI for managing REST resources
  • Pre-configured API settings

Installation

Add the recipe using composer:

composer require drupal/varbase_api_base:~1.0.0

Change directory to /web or /docroot

Run the Drupal recipe bash script:

bash core/scripts/drupal recipe recipes/contrib/varbase_api_base

or

Run the Drush recipe command:

drush recipe recipes/contrib/varbase_api_base

Use With Varbase Distribution

This recipe is best used with Varbase distribution.

Can be installed with any Drupal site, even if installed with the Minimal or Standard profile. However, using it with Varbase gives you way much more cool stuff!

Check out Varbase documentation for more details.

Join Our Slack Team for Feedback and Support http://slack.varbase.vardot.com/

This recipe is sponsored and developed by Vardot.

About

A JSON:API implementation with authentication and authorization that allows for easy ingestion of content by other applications.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors