From 62f5056a7c09319db5a5b88fdf09ec9e179f05f7 Mon Sep 17 00:00:00 2001 From: AdityaSubrahmanyaBhat <70971391+AdityaSubrahmanyaBhat@users.noreply.github.com> Date: Sun, 3 Oct 2021 11:56:35 +0530 Subject: [PATCH] add Google-Sheets API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 73b353cc..0824cc74 100644 --- a/README.md +++ b/README.md @@ -386,6 +386,7 @@ API | Description | Auth | HTTPS | CORS | | [Gitlab](https://docs.gitlab.com/ee/api/) | Automate GitLab interaction programmatically | `OAuth` | Yes | Unknown | | [Gitter](https://developer.gitter.im/docs/welcome) | Chat for Developers | `OAuth` | Yes | Unknown | | [Glitterly](https://developers.glitterly.app) | Image generation API | `apiKey` | Yes | Yes | +| [Google Sheets](https://developers.google.com/sheets/api/reference/rest) | API to read, write, and format Google Sheets data | `OAuth` | Yes | Unknown | | [Gorest](https://gorest.co.in/) | Online REST API for Testing and Prototyping | `OAuth` | Yes | Unknown | | [Hexabin](https://hexabin.herokuapp.com/) | Convert and retrieve hexadecimal, binary, decimal, and octal values with ease | No | No | Unknown | | [host-t.com](https://host-t.com) | Basic DNS query via HTTP GET request | No | Yes | No |