Merge pull request #507 from xarlybovi/add-pastebin-api

Added Pastebin API
This commit is contained in:
Dave Machado 2017-10-11 16:48:12 -04:00 committed by GitHub
commit ec62f1d69d

View file

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