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

This module assists in making Services responses comply with the White House API Standards.

  • By default, it will modify all responses to include metadata in accordance with said standards
  • It also supplies services_govformat_format(), which can be used by services resource callbacks to return data in a compliant format.

For example:

  return services_govformat_format(array(
    'results' => $nodes,
    'pagesize' => $page_size,
    'count' => $count,
  ));

Dependencies

Used by

Supporting organizations: 
Development sponsor

Project information

  • Created by grasmash on , updated
  • shield alertThis project is not covered by the security advisory policy.
    Use at your own risk! It may have publicly disclosed vulnerabilities.

Releases