@jphil/bookwhen-client 0.2.3 → 0.2.4
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 +2 -2
package/README.md
CHANGED
|
@@ -79,7 +79,7 @@ Required configuration options:
|
|
|
79
79
|
|
|
80
80
|
API requests to the Bookwhen API are authenticated using Basic Authentication with the API Key as the username and a blank password.
|
|
81
81
|
|
|
82
|
-
API keys can be generated in the [API tokens setup area of your Bookwhen account](https://
|
|
82
|
+
API keys can be generated in the [API tokens setup area of your Bookwhen account](https://admin.bookwhen.com/settings/api_access_permission_sets). (This will link to the API settings page in your Bookwhen account if you have one and are logged into your admin account)
|
|
83
83
|
|
|
84
84
|
## Contributing
|
|
85
85
|
|
package/package.json
CHANGED