0.0.2 • Published 7 years ago

google-disco v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

google-disco

A simple npm package to get Google discovery documents.

Interface

Methods

getDirectory()

Returns the discovery directory JSON listed at https://www.googleapis.com/discovery/v1/apis.

getDocuments()

Returns a object in which the keys are API ids and the values are promises of the discovery object at the APIs discovery rest URL.

FAQ

What's a discovery document?

The Discovery Document describes the surface for a particular version of an API The information provided by the discovery document includes API-level properties such as an API description, resource schemas, authentication scopes, and methods. To find more information see the official documentation here