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
+56-51Lines changed: 56 additions & 51 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Welcome to the MagicbellUserClient SDK documentation. This guide will help you get started with integrating and using the MagicbellUserClient SDK in your project.
4
4
5
-
[](https://liblab.com/?utm_source=readme)
5
+
[](https://liblab.com/?utm_source=readme)
6
6
7
7
## Versions
8
8
@@ -116,9 +116,9 @@ Below is a comprehensive example demonstrating how to authenticate and call a si
The SDK provides various services to interact with the API.
153
153
154
-
<details>
154
+
<details>
155
155
<summary>Below is a list of all available services with links to their detailed documentation:</summary>
156
156
157
157
| Name |
@@ -166,51 +166,56 @@ The SDK provides various services to interact with the API.
166
166
167
167
The SDK includes several models that represent the data structures used in API requests and responses. These models help in organizing and managing the data efficiently.
168
168
169
-
<details>
169
+
<details>
170
170
<summary>Below is a list of all available models with links to their detailed documentation:</summary>
| appId | String | ❌ |(Optional) The bundle identifier of the application that is registering this token. Use this field to override the default identifier specified in the projects APNs integration. |
11
-
| discardedAt | String | ❌ ||
12
-
| installationId | ApnsTokenInstallationId | ❌ |(Optional) The APNs environment the token is registered for. If none is provided we assume the token is used in `production`. |
| createdAt | String | ✅ |The timestamp when the token was created.|
8
+
| deviceToken | String | ✅ |The APNs device token to register with MagicBell.|
9
+
| id | String | ✅ |The unique identifier for the token.|
10
+
| appId | String | ❌ | The bundle identifier of the application registering this token. Use this to override the default identifier configured on the APNs integration. |
11
+
| discardedAt | String | ❌ |The timestamp when the token was discarded, if applicable.|
12
+
| installationId | ApnsTokenInstallationId | ❌ | The APNs environment this token belongs to. If omitted we assume it targets `production`.|
13
+
| updatedAt | String | ❌ |The timestamp when the token metadata last changed.|
0 commit comments