directus-extension-texttoanything 0.1.1 → 0.1.3

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.
Files changed (2) hide show
  1. package/package.json +8 -1
  2. package/readme.md +36 -3
package/package.json CHANGED
@@ -1,11 +1,18 @@
1
1
  {
2
2
  "name": "directus-extension-texttoanything",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "keywords": [
5
5
  "directus",
6
6
  "directus-extension",
7
7
  "directus-custom-bundle"
8
8
  ],
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/Attacler/TextToAnything-Directus.git"
12
+ },
13
+ "files": [
14
+ "dist"
15
+ ],
9
16
  "directus:extension": {
10
17
  "type": "bundle",
11
18
  "path": {
package/readme.md CHANGED
@@ -6,6 +6,7 @@
6
6
 
7
7
  Do you want to create PDFs, barcodes, and QR codes within Directus?
8
8
  This extension bundle offers the required operations to achieve that!
9
+ !["Text to anything operations"](images/Operations.png?raw=true "Operations")
9
10
 
10
11
  ## Setup
11
12
 
@@ -21,11 +22,25 @@ or
21
22
  yarn add directus-extension-texttoanything
22
23
  ```
23
24
 
24
- ### API
25
+ Restart your Directus instance to complete the installation of the extension.
25
26
 
26
- The API is a requirement for the extension in order to eliminate dependencies specific to the operating system. Get the necessary API token at https://rapidapi.com/Attacler/api/text-to-anything. The extension will not function without it, but there is a free tier available for testing.
27
+ After restarting you will see the operations appear.
28
+ Every operation will ask for an RapidAPI Token.
27
29
 
28
- Restart your Directus instance to complete the setup.
30
+ ### RapidAPI Token
31
+
32
+ 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.
33
+
34
+ How to obtain a RapidAPI token:
35
+
36
+ 1. Go to https://rapidapi.com/Attacler/api/text-to-anything
37
+ 2. Click "Sign Up" in the top right corner, or "Log in" if you already have an account
38
+ 3. Click on "Subscribe to Test" or "Pricing"
39
+ 4. Here you can choose the API plan that you wish to use, Basic is good enough for testing.
40
+ If you have any questions about the billing, please view the FAQ at the bottom of this page.
41
+ 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
+ 6. Go to Endpoints and you should see the RapidAPI key on the right.
29
44
 
30
45
  ## Supported Features
31
46
 
@@ -39,3 +54,21 @@ The actions work trough flow operations and will upload the PDF/QRCode/Barcode d
39
54
  The operation will return the Directus file id which you can use to link the file to a record.
40
55
 
41
56
  If there are any questions or bugs, please create an issue.
57
+
58
+ ## FAQ
59
+
60
+ 1. How do i find or reset my Rapid API key?
61
+
62
+ 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.
63
+
64
+ 2. How can i stop my subscription?
65
+
66
+ [Click here](https://rapidapi.com/developer/billing/subscriptions-and-usage) if you ever want to cancel your subscription
67
+
68
+ 3. Will there be more features comming?
69
+
70
+ We are currently working on making this extension a solid stable version. After that we are planning to add HTML to Image.
71
+
72
+ 4. I have an issue or idea, where can i place it?
73
+
74
+ Please create an issue on [Github](https://github.com/Attacler/TextToAnything-Directus)