From 9fd1a81a986839e77fd5c94374c2d1ecafaddabe Mon Sep 17 00:00:00 2001 From: Matthew Clark Date: Wed, 18 Apr 2018 13:51:43 -0500 Subject: [PATCH] pdflayer now requires apikey --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fce94be7..e8c8126e 100644 --- a/README.md +++ b/README.md @@ -249,7 +249,7 @@ API | Description | Auth | HTTPS | CORS | Link | |---|---|---|---|---|---| | File.io | File Sharing | No | Yes | Unknown | [Go!](https://www.file.io) | | Mercury | Web parser | `apiKey` | Yes | Unknown | [Go!](https://mercury.postlight.com/web-parser/) | -| pdflayer | HTML/URL to PDF | No | Yes | Unknown | [Go!](https://pdflayer.com) | +| pdflayer | HTML/URL to PDF | `apiKey` | Yes | Unknown | [Go!](https://pdflayer.com) | | Pocket | Bookmarking service | `OAuth` | Yes | Unknown | [Go!](https://getpocket.com/developer/) | | PrexView | Data from XML or JSON to PDF, HTML or Image | `apiKey` | Yes | Unknown | [Go!](https://prexview.com) | | Restpack | Provides screenshot, HTML to PDF, and content extraction APIs | `apiKey` | Yes | Unknown | [Go!](https://restpack.io/) |