From 6fc664c11b3c56975aa16b76af4b60ae8c527f3e Mon Sep 17 00:00:00 2001 From: postables <17089485+postables@users.noreply.github.com> Date: Sun, 6 Oct 2019 02:30:27 -0700 Subject: [PATCH] Add temporal api (#878) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7e2f5eb4..ea6b27b3 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,7 @@ API | Description | Auth | HTTPS | CORS | | [Google Drive](https://developers.google.com/drive/) | File Sharing and Storage | `OAuth` | Yes | Unknown | | [OneDrive](https://dev.onedrive.com/) | File Sharing and Storage | `OAuth` | Yes | Unknown | | [Pastebin](https://pastebin.com/api/) | Plain Text Storage | `apiKey` | Yes | Unknown | +| [Temporal](https://gateway.temporal.cloud/ipns/docs.api.temporal.cloud) | IPFS based file storage and sharing with optional IPNS naming | `apiKey` | Yes | No | | [WeTransfer](https://developers.wetransfer.com) | File Sharing | `apiKey` | Yes | Yes | **[⬆ Back to Index](#index)**