google-discovery-document

0.1.7 • Public • Published

node-google-discovery-document

Build Status

Create and validate a Google Discovery Document for your own REST services.

Install

$ npm install google-discovery-document --save
var DiscoveryDocument = require('google-discovery-document');

Usage

Create

var mydoc = new DiscoveryDocument({
  ...
});

Validate

var doc = {
  ...
};
var valid = DiscoveryDocument.validate(doc);

Examples

/google-discovery-document/

    Package Sidebar

    Install

    npm i google-discovery-document

    Weekly Downloads

    1

    Version

    0.1.7

    License

    MIT

    Last publish

    Collaborators

    • tjwebb