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
+23-23
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# MagicbellJavaClient Java SDK 0.1.3
1
+
# MagicbellUserClient Java SDK 0.1.3
2
2
3
-
Welcome to the MagicbellJavaClient SDK documentation. This guide will help you get started with integrating and using the MagicbellJavaClient SDK in your project.
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
5
[](https://liblab.com/?utm_source=readme)
6
6
@@ -11,7 +11,7 @@ Welcome to the MagicbellJavaClient SDK documentation. This guide will help you g
11
11
12
12
## About the API
13
13
14
-
OpenAPI 3.1.0 Specification for MagicBell API.
14
+
OpenAPI 3.0.3 Specification for MagicBell API.
15
15
16
16
## Table of Contents
17
17
@@ -38,16 +38,16 @@ If you use Maven, place the following within the _dependency_ tag in your `pom.x
38
38
39
39
```XML
40
40
<dependency>
41
-
<groupId>com.magicbell.client</groupId>
42
-
<artifactId>magicbell-java-client</artifactId>
41
+
<groupId>com.magicbell</groupId>
42
+
<artifactId>magicbell-user-client</artifactId>
43
43
<version>0.1.3</version>
44
44
</dependency>
45
45
```
46
46
47
47
If you use Gradle, paste the next line inside the _dependencies_ block of your `build.gradle` file:
0 commit comments