-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding APIs of 9 Google Service to API Zoo (#204)
Exhaustively added Python client list for Google Chat, Translate, Calendar, Search Console, Slides, Sheets, Drive, Docs, and Youtube APIs to API Zoo.
- Loading branch information
1 parent
0684261
commit dc7a4b0
Showing
9 changed files
with
5,841 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
[ | ||
{ | ||
"user_name": "meenakshimittal", | ||
"api_name": "Google Docs API - documents.batchUpdate", | ||
"api_call": "service.documents().batchUpdate(documentId: str).execute()", | ||
"api_version": "v1", | ||
"api_arguments": { | ||
"documentId": "[REQUIRED] string: The ID of the document to update." | ||
}, | ||
"functionality": "Applies one or more updates to the document. Each request is validated before being applied. If any request is not valid, then the entire request will fail and nothing will be applied. Some requests have replies to give you some information about how they are applied. Other requests do not need to return information; these each return an empty reply. The order of replies matches that of the requests. For example, suppose you call batchUpdate with four updates, and only the third one returns information. The response would have two empty replies, the reply to the third request, and another empty reply, in that order. Because other users may be editing the document, the document might not exactly reflect your changes: your changes may be altered with respect to collaborator changes. If there are no collaborators, the document should reflect your changes. In any case, the updates in your request are guaranteed to be applied together atomically.", | ||
"env_requirements": [ | ||
"google-auth", | ||
"google-auth-oauthlib", | ||
"google-auth-httplib2", | ||
"google-api-python-client" | ||
], | ||
"metadata": { | ||
"documentation_link": "https://developers.google.com/docs/api/reference/rest" | ||
} | ||
}, | ||
{ | ||
"user_name": "meenakshimittal", | ||
"api_name": "Google Docs API - documents.create", | ||
"api_call": "service.documents().create().execute()", | ||
"api_version": "v1", | ||
"api_arguments": {}, | ||
"functionality": "Creates a blank document using the title given in the request. Other fields in the request, including any provided content, are ignored. Returns the created document.", | ||
"env_requirements": [ | ||
"google-auth", | ||
"google-auth-oauthlib", | ||
"google-auth-httplib2", | ||
"google-api-python-client" | ||
], | ||
"metadata": { | ||
"documentation_link": "https://developers.google.com/docs/api/reference/rest" | ||
} | ||
}, | ||
{ | ||
"user_name": "meenakshimittal", | ||
"api_name": "Google Docs API - documents.get", | ||
"api_call": "service.documents().get(documentId: str).execute()", | ||
"api_version": "v1", | ||
"api_arguments": { | ||
"documentId": "[REQUIRED] string: The ID of the document to retrieve.", | ||
"suggestionsViewMode": "string: The suggestions view mode to apply to the document. This allows viewing the document with all suggestions inline, accepted or rejected. If one is not specified, DEFAULT_FOR_CURRENT_ACCESS is used." | ||
}, | ||
"functionality": "Gets the latest version of the specified document.", | ||
"env_requirements": [ | ||
"google-auth", | ||
"google-auth-oauthlib", | ||
"google-auth-httplib2", | ||
"google-api-python-client" | ||
], | ||
"metadata": { | ||
"documentation_link": "https://developers.google.com/docs/api/reference/rest" | ||
} | ||
} | ||
] |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,209 @@ | ||
[ | ||
{ | ||
"user_name": "meenakshimittal", | ||
"api_name": "Google Search Console API - searchanalytics.query", | ||
"api_call": "service.searchanalytics().query(siteUrl: str).execute()", | ||
"api_version": "v1", | ||
"api_arguments": { | ||
"siteUrl": "[REQUIRED] string: The site's URL, including protocol. For example: `http://www.example.com/`." | ||
}, | ||
"functionality": "Query your data with filters and parameters that you define. Returns zero or more rows grouped by the row keys that you define. You must define a date range of one or more days. When date is one of the group by values, any days without data are omitted from the result list. If you need to know which days have data, issue a broad date range query grouped by date for any metric, and see which day rows are returned.", | ||
"env_requirements": [ | ||
"google-auth", | ||
"google-auth-oauthlib", | ||
"google-auth-httplib2", | ||
"google-api-python-client" | ||
], | ||
"metadata": { | ||
"documentation_link": "https://developers.google.com/webmaster-tools/v1/api_reference_index" | ||
} | ||
}, | ||
{ | ||
"user_name": "meenakshimittal", | ||
"api_name": "Google Search Console API - sitemaps.delete", | ||
"api_call": "service.sitemaps().delete(siteUrl: str, feedpath: str).execute()", | ||
"api_version": "v1", | ||
"api_arguments": { | ||
"feedpath": "[REQUIRED] string: The URL of the actual sitemap. For example: `http://www.example.com/sitemap.xml`.", | ||
"siteUrl": "[REQUIRED] string: The site's URL, including protocol. For example: `http://www.example.com/`." | ||
}, | ||
"functionality": "Deletes a sitemap from the Sitemaps report. Does not stop Google from crawling this sitemap or the URLs that were previously crawled in the deleted sitemap.", | ||
"env_requirements": [ | ||
"google-auth", | ||
"google-auth-oauthlib", | ||
"google-auth-httplib2", | ||
"google-api-python-client" | ||
], | ||
"metadata": { | ||
"documentation_link": "https://developers.google.com/webmaster-tools/v1/api_reference_index" | ||
} | ||
}, | ||
{ | ||
"user_name": "meenakshimittal", | ||
"api_name": "Google Search Console API - sitemaps.get", | ||
"api_call": "service.sitemaps().get(siteUrl: str, feedpath: str).execute()", | ||
"api_version": "v1", | ||
"api_arguments": { | ||
"feedpath": "[REQUIRED] string: The URL of the actual sitemap. For example: `http://www.example.com/sitemap.xml`.", | ||
"siteUrl": "[REQUIRED] string: The site's URL, including protocol. For example: `http://www.example.com/`." | ||
}, | ||
"functionality": "Retrieves information about a specific sitemap.", | ||
"env_requirements": [ | ||
"google-auth", | ||
"google-auth-oauthlib", | ||
"google-auth-httplib2", | ||
"google-api-python-client" | ||
], | ||
"metadata": { | ||
"documentation_link": "https://developers.google.com/webmaster-tools/v1/api_reference_index" | ||
} | ||
}, | ||
{ | ||
"user_name": "meenakshimittal", | ||
"api_name": "Google Search Console API - sitemaps.list", | ||
"api_call": "service.sitemaps().list(siteUrl: str).execute()", | ||
"api_version": "v1", | ||
"api_arguments": { | ||
"siteUrl": "[REQUIRED] string: The site's URL, including protocol. For example: `http://www.example.com/`.", | ||
"sitemapIndex": "string: A URL of a site's sitemap index. For example: `http://www.example.com/sitemapindex.xml`." | ||
}, | ||
"functionality": " Lists the [sitemaps-entries](/webmaster-tools/v3/sitemaps) submitted for this site, or included in the sitemap index file (if `sitemapIndex` is specified in the request).", | ||
"env_requirements": [ | ||
"google-auth", | ||
"google-auth-oauthlib", | ||
"google-auth-httplib2", | ||
"google-api-python-client" | ||
], | ||
"metadata": { | ||
"documentation_link": "https://developers.google.com/webmaster-tools/v1/api_reference_index" | ||
} | ||
}, | ||
{ | ||
"user_name": "meenakshimittal", | ||
"api_name": "Google Search Console API - sitemaps.submit", | ||
"api_call": "service.sitemaps().submit(siteUrl: str, feedpath: str).execute()", | ||
"api_version": "v1", | ||
"api_arguments": { | ||
"feedpath": "[REQUIRED] string: The URL of the actual sitemap. For example: `http://www.example.com/sitemap.xml`.", | ||
"siteUrl": "[REQUIRED] string: The site's URL, including protocol. For example: `http://www.example.com/`." | ||
}, | ||
"functionality": "Submits a sitemap for a site.", | ||
"env_requirements": [ | ||
"google-auth", | ||
"google-auth-oauthlib", | ||
"google-auth-httplib2", | ||
"google-api-python-client" | ||
], | ||
"metadata": { | ||
"documentation_link": "https://developers.google.com/webmaster-tools/v1/api_reference_index" | ||
} | ||
}, | ||
{ | ||
"user_name": "meenakshimittal", | ||
"api_name": "Google Search Console API - sites.add", | ||
"api_call": "service.sites().add(siteUrl: str).execute()", | ||
"api_version": "v1", | ||
"api_arguments": { | ||
"siteUrl": "[REQUIRED] string: The URL of the site to add." | ||
}, | ||
"functionality": " Adds a site to the set of the user's sites in Search Console.", | ||
"env_requirements": [ | ||
"google-auth", | ||
"google-auth-oauthlib", | ||
"google-auth-httplib2", | ||
"google-api-python-client" | ||
], | ||
"metadata": { | ||
"documentation_link": "https://developers.google.com/webmaster-tools/v1/api_reference_index" | ||
} | ||
}, | ||
{ | ||
"user_name": "meenakshimittal", | ||
"api_name": "Google Search Console API - sites.delete", | ||
"api_call": "service.sites().delete(siteUrl: str).execute()", | ||
"api_version": "v1", | ||
"api_arguments": { | ||
"siteUrl": "[REQUIRED] string: The URI of the property as defined in Search Console. **Examples:** `http://www.example.com/` or `sc-domain:example.com`." | ||
}, | ||
"functionality": " Removes a site from the set of the user's Search Console sites.", | ||
"env_requirements": [ | ||
"google-auth", | ||
"google-auth-oauthlib", | ||
"google-auth-httplib2", | ||
"google-api-python-client" | ||
], | ||
"metadata": { | ||
"documentation_link": "https://developers.google.com/webmaster-tools/v1/api_reference_index" | ||
} | ||
}, | ||
{ | ||
"user_name": "meenakshimittal", | ||
"api_name": "Google Search Console API - sites.get", | ||
"api_call": "service.sites().get(siteUrl: str).execute()", | ||
"api_version": "v1", | ||
"api_arguments": { | ||
"siteUrl": "[REQUIRED] string: The URI of the property as defined in Search Console. **Examples:** `http://www.example.com/` or `sc-domain:example.com`." | ||
}, | ||
"functionality": " Retrieves information about specific site.", | ||
"env_requirements": [ | ||
"google-auth", | ||
"google-auth-oauthlib", | ||
"google-auth-httplib2", | ||
"google-api-python-client" | ||
], | ||
"metadata": { | ||
"documentation_link": "https://developers.google.com/webmaster-tools/v1/api_reference_index" | ||
} | ||
}, | ||
{ | ||
"user_name": "meenakshimittal", | ||
"api_name": "Google Search Console API - sites.list", | ||
"api_call": "service.sites().list().execute()", | ||
"api_version": "v1", | ||
"api_arguments": {}, | ||
"functionality": " Lists the user's Search Console sites.", | ||
"env_requirements": [ | ||
"google-auth", | ||
"google-auth-oauthlib", | ||
"google-auth-httplib2", | ||
"google-api-python-client" | ||
], | ||
"metadata": { | ||
"documentation_link": "https://developers.google.com/webmaster-tools/v1/api_reference_index" | ||
} | ||
}, | ||
{ | ||
"user_name": "meenakshimittal", | ||
"api_name": "Google Search Console API - urlInspection.index.inspect", | ||
"api_call": "service.urlInspection().index().inspect().execute()", | ||
"api_version": "v1", | ||
"api_arguments": {}, | ||
"functionality": "Index inspection.", | ||
"env_requirements": [ | ||
"google-auth", | ||
"google-auth-oauthlib", | ||
"google-auth-httplib2", | ||
"google-api-python-client" | ||
], | ||
"metadata": { | ||
"documentation_link": "https://developers.google.com/webmaster-tools/v1/api_reference_index" | ||
} | ||
}, | ||
{ | ||
"user_name": "meenakshimittal", | ||
"api_name": "Google Search Console API - urlTestingTools.mobileFriendlyTest.run", | ||
"api_call": "service.urlTestingTools().mobileFriendlyTest().run().execute()", | ||
"api_version": "v1", | ||
"api_arguments": {}, | ||
"functionality": "Runs Mobile-Friendly Test for a given URL.", | ||
"env_requirements": [ | ||
"google-auth", | ||
"google-auth-oauthlib", | ||
"google-auth-httplib2", | ||
"google-api-python-client" | ||
], | ||
"metadata": { | ||
"documentation_link": "https://developers.google.com/webmaster-tools/v1/api_reference_index" | ||
} | ||
} | ||
] |
Oops, something went wrong.