@codigoconelmer/driftwatch 1.1.4 → 1.1.5
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/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -53,7 +53,7 @@ The CLI will ask you everything — endpoint URLs, auth tokens, check interval,
|
|
|
53
53
|
? URL: https://api.myapp.com/api/cards
|
|
54
54
|
? HTTP method: GET
|
|
55
55
|
? Requires auth header (Bearer token)? Yes
|
|
56
|
-
?
|
|
56
|
+
? Bearer token value (will be saved to .env as API_TOKEN): ********
|
|
57
57
|
? Check interval: Every 5 minutes
|
|
58
58
|
? Add another endpoint? No
|
|
59
59
|
|