@sesamy/sesamy-js 1.32.0 → 1.32.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/README.md +3 -0
- package/dist/sesamy-js.cjs +9 -9
- package/dist/sesamy-js.iife.js +9 -9
- package/dist/sesamy-js.mjs +4444 -4405
- package/dist/sesamy-sesamy-js-1.32.2.tgz +0 -0
- package/package.json +8 -7
package/README.md
CHANGED
|
@@ -39,6 +39,7 @@ The following methods are available on the `sesamy` object:
|
|
|
39
39
|
- list: get all articles based on the configured selectors
|
|
40
40
|
- get: get an article based on an element or a selector
|
|
41
41
|
- getLanguage: get the current language
|
|
42
|
+
- unlock: retrieves the locked content using an element or a css selector
|
|
42
43
|
- entitlements
|
|
43
44
|
- access: fetches the user's access URL for an entitlement
|
|
44
45
|
- get: gets a single entitlement by id
|
|
@@ -61,6 +62,8 @@ The following methods are available on the `sesamy` object:
|
|
|
61
62
|
- openHostedAccountPage: opens the hosted account page
|
|
62
63
|
- unlinkSpotify: unlinks the user's Spotify account
|
|
63
64
|
- update: updates the user's profile
|
|
65
|
+
- proxy
|
|
66
|
+
- getContent: retrieves locked content using an access token and URL.
|
|
64
67
|
- subscriptions (deprecated, use contracts instead)
|
|
65
68
|
- list: lists all the user's subscriptions
|
|
66
69
|
- tags
|