contentacms / contenta_jsonapi

Contenta CMS, the decoupled Drupal
http://www.contentacms.org/
GNU General Public License v2.0
329 stars 103 forks source link

Add the list of resources and downloadable schemas to "jsonapi.metadata" #285

Closed e0ipso closed 6 years ago

e0ipso commented 6 years ago

There is a JSON RPC 2.0 method that exposes some metadata about the JSON API server. We want to enhance it to also include in the response the list of exposed resources and the list of schemas for those.

The main goals are to empower ContentaJS to:

e0ipso commented 6 years ago

Done and committed.