You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,21 +33,20 @@ mql('https://microlink.io', {
33
33
34
34
## Environment Variables
35
35
36
-
### ORIGINS
36
+
### API_KEY
37
37
38
38
*Required*</br>
39
-
Type: `string`|`string[]`
39
+
Type: `string`
40
40
41
-
The list of allowed domains authorized to consume your Microlink API credentials.
41
+
Your Microlink API key used to [authenticate](https://microlink.io/docs/api/api-basics/authentication) your requests.
42
42
43
-
Note domains should be provided in the [URL.origin](https://developer.mozilla.org/en-US/docs/Web/API/URL/origin) format (e.g., `'https://example.com'`).
43
+
### ORIGINS
44
44
45
-
### API_KEY
45
+
Type: `string`|`string[]`
46
46
47
-
*Required*</br>
48
-
Type: `string`
47
+
The list of allowed domains authorized to consume your Microlink API credentials.
49
48
50
-
Your Microlink API key used to [authenticate](https://microlink.io/docs/api/api-basics/authentication) your requests.
49
+
Note domains should be provided in the [URL.origin](https://developer.mozilla.org/en-US/docs/Web/API/URL/origin) format (e.g., `'https://example.com'`).
0 commit comments