Services Introspect
Component ID
1517096
Component name
Services Introspect
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
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.
});