Skip to content

Drupal.org project services development repository.

Notifications You must be signed in to change notification settings

nerdstein/services

 
 

Repository files navigation

Services

Module port of Drupal Services module for Drupal 8

What??? REST is in Core, why are you doing this?

  • Services API allows others to expose custom API's or modify/hook into entities, and add actions/targetable actions or indexes in a standard way.
  • Provide endpoint capabilities to put your API behind a centralized URL
  • Accept header-based negotiation, also accepts ?format=json
  • Provide abstraction from some of cores annoyances. Like hal_json POST only instead of just JSON acceptance.
  • Version your API's
  • Rate Limiting

About

Drupal.org project services development repository.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.9%
  • CSS 0.1%