directus-extension-texttoanything 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api.js +2 -21344
- package/dist/app.js +1 -983
- package/package.json +1 -1
- package/readme.md +5 -3
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -25,7 +25,6 @@ yarn add directus-extension-texttoanything
|
|
|
25
25
|
Restart your Directus instance to complete the installation of the extension.
|
|
26
26
|
|
|
27
27
|
After restarting you will see the operations appear.
|
|
28
|
-
Every operation will ask for an RapidAPI Token.
|
|
29
28
|
|
|
30
29
|
### RapidAPI Token
|
|
31
30
|
|
|
@@ -39,14 +38,17 @@ How to obtain a RapidAPI token:
|
|
|
39
38
|
4. Here you can choose the API plan that you wish to use, Basic is good enough for testing.
|
|
40
39
|
If you have any questions about the billing, please view the FAQ at the bottom of this page.
|
|
41
40
|
5. Add your payment details
|
|
42
|
-
You can the necessary API token at . The extension will not function without it, but there is a free tier available for testing.
|
|
43
41
|
6. Go to Endpoints and you should see the RapidAPI key on the right.
|
|
44
42
|
|
|
43
|
+
The extension will not function without the Rapid API token, but there will always be a free tier available.
|
|
44
|
+
You can fill in the token inside of the TTA settings.
|
|
45
|
+
|
|
45
46
|
## Supported Features
|
|
46
47
|
|
|
47
48
|
The package currently supports the following operations:
|
|
48
49
|
|
|
49
50
|
- Create a PDF based on the provided HTML
|
|
51
|
+
- Create a HTML Template to PDF
|
|
50
52
|
- Create a QRCode
|
|
51
53
|
- Create a Barcode
|
|
52
54
|
|
|
@@ -59,7 +61,7 @@ If there are any questions or bugs, please create an issue.
|
|
|
59
61
|
|
|
60
62
|
1. How do i find or reset my Rapid API key?
|
|
61
63
|
|
|
62
|
-
You can find follow [this article](https://docs.rapidapi.com/docs/keys
|
|
64
|
+
You can find follow [this article](https://docs.rapidapi.com/docs/keys-and-key-rotation#creating-or-rotating-a-rapid-api-key) in order to achieve this.
|
|
63
65
|
|
|
64
66
|
2. How can i stop my subscription?
|
|
65
67
|
|