From 6f1aa8decbe6da385eb58bc05a43fb7534dbd774 Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Wed, 11 Oct 2017 22:21:26 +0200 Subject: [PATCH] Added Pastebin API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 403cac54..b96df446 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,7 @@ API | Description | Auth | HTTPS | Link | | Dropbox | File Sharing and Storage | `OAuth` | Yes | [Go!](https://www.dropbox.com/developers) | | Google Drive | File Sharing and Storage | `OAuth` | Yes | [Go!](https://developers.google.com/drive/) | | OneDrive | File Sharing and Storage | `OAuth` | Yes | [Go!](https://dev.onedrive.com/) | +| Pastebin | Plain Text Storage | `apiKey` | Yes | [Go!](https://pastebin.com/api/) | ### Continuous Integration API | Description | Auth | HTTPS | Link |