directus-extension-texttoanything 0.1.1 → 0.1.2
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/package.json +1 -1
- package/readme.md +35 -3
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -21,11 +21,25 @@ or
|
|
|
21
21
|
yarn add directus-extension-texttoanything
|
|
22
22
|
```
|
|
23
23
|
|
|
24
|
-
|
|
24
|
+
Restart your Directus instance to complete the installation of the extension.
|
|
25
25
|
|
|
26
|
-
|
|
26
|
+
After restarting you will see the operations appear.
|
|
27
|
+
Every operation will ask for an RapidAPI Token.
|
|
27
28
|
|
|
28
|
-
|
|
29
|
+
### RapidAPI Token
|
|
30
|
+
|
|
31
|
+
The RapidAPI token is a requirement for the extension in order to talk with the TextToAnything API. We are using this API to eliminate the need for dependencies.
|
|
32
|
+
|
|
33
|
+
How to obtain a RapidAPI token:
|
|
34
|
+
|
|
35
|
+
1. Go to https://rapidapi.com/Attacler/api/text-to-anything
|
|
36
|
+
2. Click "Sign Up" in the top right corner, or "Log in" if you already have an account
|
|
37
|
+
3. Click on "Subscribe to Test" or "Pricing"
|
|
38
|
+
4. Here you can choose the API plan that you wish to use, Basic is good enough for testing.
|
|
39
|
+
If you have any questions about the billing, please view the FAQ at the bottom of this page.
|
|
40
|
+
5. Add your payment details
|
|
41
|
+
You can the necessary API token at . The extension will not function without it, but there is a free tier available for testing.
|
|
42
|
+
6. Go to Endpoints and you should see the RapidAPI key on the right.
|
|
29
43
|
|
|
30
44
|
## Supported Features
|
|
31
45
|
|
|
@@ -39,3 +53,21 @@ The actions work trough flow operations and will upload the PDF/QRCode/Barcode d
|
|
|
39
53
|
The operation will return the Directus file id which you can use to link the file to a record.
|
|
40
54
|
|
|
41
55
|
If there are any questions or bugs, please create an issue.
|
|
56
|
+
|
|
57
|
+
## FAQ
|
|
58
|
+
|
|
59
|
+
1. How do i find or reset my Rapid API key?
|
|
60
|
+
|
|
61
|
+
You can find follow [this article](https://docs.rapidapi.com/docs/keys#api-key-rotation-or-resetting-a-compromised-api-key) in order to achieve this.
|
|
62
|
+
|
|
63
|
+
2. How can i stop my subscription?
|
|
64
|
+
|
|
65
|
+
[Click here](https://rapidapi.com/developer/billing/subscriptions-and-usage) if you ever want to cancel your subscription
|
|
66
|
+
|
|
67
|
+
3. Will there be more features comming?
|
|
68
|
+
|
|
69
|
+
We are currently working on making this extension a solid stable version. After that we are planning to add HTML to Image.
|
|
70
|
+
|
|
71
|
+
4. I have an issue or idea, where can i place it?
|
|
72
|
+
|
|
73
|
+
Please create an issue on [Github](https://github.com/Attacler/TextToAnything-Directus)
|