From 2f1e479f96ec94f1a72be3629fc4eee695e54e47 Mon Sep 17 00:00:00 2001 From: Vlad Glagolev Date: Wed, 26 Jul 2017 09:54:07 -0400 Subject: [PATCH] Add Pocket API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index df996834..03fa252a 100644 --- a/README.md +++ b/README.md @@ -190,6 +190,7 @@ API | Description | Auth | HTTPS |Link | |---|---|---|---|---| | File.io | File Sharing | No | Yes | [Go!](https://www.file.io) | | pdflayer API | HTML/URL to PDF | No | Yes | [Go!](https://pdflayer.com) | +| Pocket | Bookmarking service | `OAuth` | Yes | [Go!](https://getpocket.com/developer/) | | PrexView | Data from XML or JSON to PDF, HTML or Image | `apiKey` | Yes | [Go!](https://prexview.com) | | Todoist | Todo Lists | `OAuth` | Yes | [Go!](https://developer.todoist.com) | | Wunderlist | Todo Lists | `OAuth` | Yes | [Go!](https://developer.wunderlist.com/documentation) |