@googleapis/servicemanagement
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

Google Inc. logo

servicemanagement

Google Service Management allows service producers to publish their services on Google Cloud Platform so that they can be discovered and used by service consumers.

Installation

$ npm install googleapis

Usage

All documentation and usage information can be found on GitHub.

Building a browser bundle

This library can be used in a browser. To prepare a single file bundle, clone the repository and run

$ cd src/apis/servicemanagement
$ npm install
$ npm run webpack

The generated bundle will be written to dist/servicemanagement.min.js. Use it from your HTML file:

<script src="/path/to/servicemanagement.min.js"></script>
<script>
const { servicemanagement, auth } = Servicemanagement;
</script>

License

This library is licensed under Apache 2.0. Full license text is available in LICENSE.

Contributing

We love contributions! Before submitting a Pull Request, it's always good to start with a new issue first. To learn more, see CONTRIBUTING.

Questions/problems?

Crafted with ❤️ by the Google Node.js team

Keywords

Install

npm i @googleapis/servicemanagement

DownloadsWeekly Downloads

0

Version

0.2.0

License

Apache-2.0

Unpacked Size

523 kB

Total Files

13

Last publish

Collaborators

  • bcoe
  • google-wombot