Google API Discovery Service
Easily generate OpenAPI schemas from Google API's Discovery Service. This app provides an OpenAPI compliant Google API schemas which you can use to generate Gloop Services and start integrating your apps with Google APIs.Current Version: 1.0.0
Publisher: Toro Cloud
3,740Get it now Rate it
This package lets you create OpenAPI compliant schemas of Google APIs which you can use to generate Gloop Services that calls to any of the APIs available in Google's API Discovery Service. This means that you will have less time writing wrapper codes that calls to these APIs and more time designing your application.
How to use
- Import the Google API Discovery Service package and its dependency from the Marketplace.
- Once you have the packages imported in your instance, you can now start generating your Google APIs in OpenAPI compliant schemas by running the service called
GoogleDiscoveryScraper
You have two options running the service: - Run the service via HTTP - Running the service like this will execute the service asynchronously, meaning you will have several APIs being written at the same time.
- Run the service in Coder Studio - Running the service this way will process the apis sequentially, meaning you will only have a single api being processed or generated at a time.
Service Parameters
GoogleDiscoveryScraper
service only has a single parameter called rewriteExistingApi
that accepts true
or false
.
Setting the input to true
will re-write any existing schemas that were previously generated, updating them in the process (if any). Set the value to false
and it will skip writing to the existing files as you may have guessed.
Categories:
Compatibility:
Version | API Reference Version | Compatibility | Date added | Summary | |
---|---|---|---|---|---|
1.0.0 | --- | --- | 2019-02-12 | ||
1.0.0-SNAPSHOT | --- | --- | 2019-01-16 |
No reviews yet