Add temporal api (#878)

This commit is contained in:
postables 2019-10-06 02:30:27 -07:00 committed by Yann Bertrand
parent efb04c1e88
commit 6fc664c11b

View File

@ -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)**