google-disco

0.0.2 • Public • Published

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.22latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.22

Package Sidebar

Install

npm i google-disco

Weekly Downloads

2

Version

0.0.2

License

MIT

Last publish

Collaborators

  • landrito