Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding APIs of 9 Google Service to API Zoo #204

Merged
merged 24 commits into from
Mar 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
088ec83
Add files via upload
meenakshi-mittal Jan 30, 2024
7d39c52
Delete Gorilla_Local.ipynb
meenakshi-mittal Jan 30, 2024
8978f81
Local inference of OpenFunctions on Colab
meenakshi-mittal Jan 30, 2024
d353195
Merge branch 'ShishirPatil:main' into main
meenakshi-mittal Jan 30, 2024
c669c57
Merge branch 'main' into main
meenakshi-mittal Jan 30, 2024
e735723
Merge branch 'ShishirPatil:main' into main
meenakshi-mittal Feb 6, 2024
f2ca5f5
Delete Gorilla_OpenFunctions_Local.ipynb
meenakshi-mittal Feb 6, 2024
2262d5d
Updated Gorilla OpenFunctions on local Colab
meenakshi-mittal Feb 6, 2024
9f5a8d3
Moving colab to subdirectory and minor changes
ShishirPatil Feb 6, 2024
98f12cf
Moving Colab out of github to be consistent with policy
ShishirPatil Feb 6, 2024
934609a
Merge branch 'ShishirPatil:main' into main
meenakshi-mittal Feb 9, 2024
50a68e3
Adding Youtube API
meenakshi-mittal Feb 9, 2024
33e000b
Added APIs for 8 Google services to API Zoo
meenakshi-mittal Feb 10, 2024
efa7356
deleting old Google API files
meenakshi-mittal Feb 12, 2024
2281f58
Re-adding 9 APIs for Google Services
meenakshi-mittal Feb 12, 2024
5ce72ab
Update Google_Calendar_API.json
meenakshi-mittal Feb 12, 2024
c01b0ad
Update Google_Chat_API.json
meenakshi-mittal Feb 12, 2024
9ef8738
Update Google_Docs_API.json
meenakshi-mittal Feb 12, 2024
69552ce
Update Google_Drive_API.json
meenakshi-mittal Feb 12, 2024
6d961ce
Update Google_Search_Console_API.json
meenakshi-mittal Feb 12, 2024
5cb266d
Update Google_Sheets_API.json
meenakshi-mittal Feb 12, 2024
ef9f90e
Update Google_Slides_API.json
meenakshi-mittal Feb 12, 2024
7d016c7
Update Google_Translate_API.json
meenakshi-mittal Feb 12, 2024
d260ef9
Merge branch 'ShishirPatil:main' into main
meenakshi-mittal Feb 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
809 changes: 809 additions & 0 deletions data/apizoo/Google_Calendar_API.json

Large diffs are not rendered by default.

481 changes: 481 additions & 0 deletions data/apizoo/Google_Chat_API.json

Large diffs are not rendered by default.

58 changes: 58 additions & 0 deletions data/apizoo/Google_Docs_API.json
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"
}
}
]
1,104 changes: 1,104 additions & 0 deletions data/apizoo/Google_Drive_API.json

Large diffs are not rendered by default.

209 changes: 209 additions & 0 deletions data/apizoo/Google_Search_Console_API.json
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"
}
}
]
Loading