Skip to content
This repository has been archived by the owner on Jul 10, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 547 Bytes

readme.md

File metadata and controls

13 lines (9 loc) · 547 Bytes

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