From c37fcd37a1646aa188869ab7055ba8e40880195e Mon Sep 17 00:00:00 2001 From: Matheus Felipe <50463866+matheusfelipeog@users.noreply.github.com> Date: Mon, 23 Aug 2021 14:14:25 -0300 Subject: [PATCH] Add AnonFiles and BayFiles These APIs were initially contributed in #1472, but PR has been inactive for over 1 year and includes APIs that either don't work or were added later. Only AnonFiles and BayFiles were not added. resolve #1472 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4b45091d..b1d37dd1 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,8 @@ API | Description | Auth | HTTPS | CORS | ### Cloud Storage & File Sharing API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| +| [AnonFiles](https://anonfiles.com/docs/api) | Upload and share your files anonymously | No | Yes | Unknown | +| [BayFiles](https://bayfiles.com/docs/api) | Upload and share your files | No | Yes | Unknown | | [Box](https://developer.box.com/) | File Sharing and Storage | `OAuth` | Yes | Unknown | | [Dropbox](https://www.dropbox.com/developers) | File Sharing and Storage | `OAuth` | Yes | Unknown | | [File.io](https://www.file.io) | Super simple file sharing, convenient, anonymous and secure | No | Yes | Unknown |