This project is not covered by Drupal’s security advisory policy.

Introspect the structure of your services.

With jquery on client-side, you can use it like this to get the structure of your services:

$.get('http://localhost/SERVICES_ENDPOINT/introspect.json', function(services){
  // services var is full of joy, here.
});

Project information

Releases