From 514a54a66e9e41f667efc6fe8e6027c07e9c05ef Mon Sep 17 00:00:00 2001 From: nerijuso Date: Sun, 22 Oct 2023 17:18:59 +0300 Subject: [PATCH 1/3] Add OpenQR api to the development --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ced25659..4193ce77 100644 --- a/README.md +++ b/README.md @@ -587,6 +587,7 @@ API | Description | Auth | HTTPS | CORS | | [Pusher Beams](https://pusher.com/beams) | Push notifications for Android & iOS | `apiKey` | Yes | Unknown | | [QR code](https://www.qrtag.net/api/) | Create an easy to read QR code and URL shortener | No | Yes | Yes | | [QR code](http://goqr.me/api/) | Generate and decode / read QR code graphics | No | Yes | Unknown | +| [QR code Generator](https://docs.openqr.io/) | Static and Dynamic QR code generator | `apiKey` | Yes | Yes | | [Qrcode Monkey](https://www.qrcode-monkey.com/qr-code-api-with-logo/) | Integrate custom and unique looking QR codes into your system or workflow | No | Yes | Unknown | | [QuickChart](https://quickchart.io/) | Generate chart and graph images | No | Yes | Yes | | [Random Stuff](https://api-docs.pgamerx.com/) | Can be used to get AI Response, jokes, memes, and much more at lightning-fast speed | `apiKey` | Yes | Yes | From e2f9467c26a03e65754e4505cd37f4376f67be9b Mon Sep 17 00:00:00 2001 From: Nerijus Oftas Date: Sun, 22 Oct 2023 22:41:56 +0300 Subject: [PATCH 2/3] Update description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4193ce77..72f93fa1 100644 --- a/README.md +++ b/README.md @@ -587,7 +587,7 @@ API | Description | Auth | HTTPS | CORS | | [Pusher Beams](https://pusher.com/beams) | Push notifications for Android & iOS | `apiKey` | Yes | Unknown | | [QR code](https://www.qrtag.net/api/) | Create an easy to read QR code and URL shortener | No | Yes | Yes | | [QR code](http://goqr.me/api/) | Generate and decode / read QR code graphics | No | Yes | Unknown | -| [QR code Generator](https://docs.openqr.io/) | Static and Dynamic QR code generator | `apiKey` | Yes | Yes | +| [QR code Generator](https://docs.openqr.io/) | Static and Dynamic QR code generator with custom and unique QR code design | `apiKey` | Yes | Unknown | | [Qrcode Monkey](https://www.qrcode-monkey.com/qr-code-api-with-logo/) | Integrate custom and unique looking QR codes into your system or workflow | No | Yes | Unknown | | [QuickChart](https://quickchart.io/) | Generate chart and graph images | No | Yes | Yes | | [Random Stuff](https://api-docs.pgamerx.com/) | Can be used to get AI Response, jokes, memes, and much more at lightning-fast speed | `apiKey` | Yes | Yes | From 8f714a85eeb22b048a86a4d4de172603b28b242a Mon Sep 17 00:00:00 2001 From: Nerijus Oftas Date: Sun, 22 Oct 2023 23:00:20 +0300 Subject: [PATCH 3/3] Update CORS value --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72f93fa1..92ccf54b 100644 --- a/README.md +++ b/README.md @@ -587,7 +587,7 @@ API | Description | Auth | HTTPS | CORS | | [Pusher Beams](https://pusher.com/beams) | Push notifications for Android & iOS | `apiKey` | Yes | Unknown | | [QR code](https://www.qrtag.net/api/) | Create an easy to read QR code and URL shortener | No | Yes | Yes | | [QR code](http://goqr.me/api/) | Generate and decode / read QR code graphics | No | Yes | Unknown | -| [QR code Generator](https://docs.openqr.io/) | Static and Dynamic QR code generator with custom and unique QR code design | `apiKey` | Yes | Unknown | +| [QR code Generator](https://docs.openqr.io/) | Static and Dynamic QR code generator with custom and unique QR code design | `apiKey` | Yes | No | | [Qrcode Monkey](https://www.qrcode-monkey.com/qr-code-api-with-logo/) | Integrate custom and unique looking QR codes into your system or workflow | No | Yes | Unknown | | [QuickChart](https://quickchart.io/) | Generate chart and graph images | No | Yes | Yes | | [Random Stuff](https://api-docs.pgamerx.com/) | Can be used to get AI Response, jokes, memes, and much more at lightning-fast speed | `apiKey` | Yes | Yes |