From fe74ef630446dfed4e80246042b598d75914ddd7 Mon Sep 17 00:00:00 2001 From: Abialbon Paul Date: Thu, 17 Aug 2017 09:46:27 -0400 Subject: [PATCH 1/2] Add Mercury API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0d2aa489..436cc0a4 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,7 @@ API | Description | Auth | HTTPS | Link | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| | File.io | File Sharing | No | Yes | [Go!](https://www.file.io) | +| Mercury | Web parser | apiKey | Yes | [Go!](https://mercury.postlight.com/web-parser/) | | 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) | From bdd7c9be700288426edc13cecb85ee683e2ffb34 Mon Sep 17 00:00:00 2001 From: Abialbon Paul Date: Thu, 17 Aug 2017 10:22:01 -0400 Subject: [PATCH 2/2] Add backticks to Auth --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 436cc0a4..8a5c04f8 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ API | Description | Auth | HTTPS | Link | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| | File.io | File Sharing | No | Yes | [Go!](https://www.file.io) | -| Mercury | Web parser | apiKey | Yes | [Go!](https://mercury.postlight.com/web-parser/) | +| Mercury | Web parser | `apiKey` | Yes | [Go!](https://mercury.postlight.com/web-parser/) | | 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) |