@dynamic-labs/sdk-api 0.0.252 → 0.0.253

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/README.md +3 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,11 +10,12 @@ Documentation on the current set of REST APIs can be found at: https://docs.dyna
10
10
  - These are endpoints used exclusively by the [Dynamic React SDK](https://www.npmjs.com/package/@dynamic-labs/sdk-react). Several endpoints in these APIs require a [JWT](https://docs.dynamic.xyz/react-sdk/references/user-payload#-the-jwt-update) created by the `verify` or `signin` endpoints, and are specific to a user in the SDK's environment. These APIs are typically used on a client site or frontend to enhance their customers' experience.
11
11
  - Dashboard APIs
12
12
  - These endpoints are used by admins of an organization to update site settings and manage users of the environment. These APIs require an [API token](https://docs.dynamic.xyz/api-reference/overview#authentication) scoped for a specific environment. These APIs are typically used on a client backend, to manage all their users' data and make corresponding settings changes that affect all users of a site.
13
- - The most commonly used API among the dashbaord APIs is `UsersApi`
13
+ - The most commonly used API among the dashboard APIs is `UsersApi`
14
+ - You can read about all the other available APIs [here](https://docs.dynamic.xyz/api-reference/overview)
14
15
 
15
16
  # Examples
16
17
 
17
- This section provides an example of how to use `SDKApi`. This would be similar to using the other available generated APIs, like `UsesrApi` or `ExportsApi`, etc.
18
+ This section provides an example of how to use `SDKApi`. This would be similar to using the other available generated APIs, like `UsersApi` or `ExportsApi`, etc.
18
19
 
19
20
  ### SdkApi
20
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/sdk-api",
3
- "version": "0.0.252",
3
+ "version": "0.0.253",
4
4
  "author": "Dynamic Labs",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {