1- # late -sdk
1+ # zernio -sdk
22
3- Late API
3+ Zernio API
44
55- API version: 1.0.1
66
7- - Build date: 2026-03-16T14 :06:40.563016392Z [ Etc/UTC]
7+ - Build date: 2026-03-17T10 :06:27.726250482Z [ Etc/UTC]
88
99- Generator version: 7.19.0
1010
11- API reference for Late . Authenticate with a Bearer API key.
12- Base URL: https://getlate.dev /api
11+ API reference for Zernio . Authenticate with a Bearer API key.
12+ Base URL: https://zernio.com /api
1313
1414
15- For more information, please visit [ https://getlate.dev ] ( https://getlate.dev )
15+ For more information, please visit [ https://zernio.com ] ( https://zernio.com )
1616
1717* Automatically generated by the [ OpenAPI Generator] ( https://openapi-generator.tech ) *
1818
@@ -45,8 +45,8 @@ Add this dependency to your project's POM:
4545
4646``` xml
4747<dependency >
48- <groupId >dev.getlate </groupId >
49- <artifactId >late -sdk</artifactId >
48+ <groupId >dev.zernio </groupId >
49+ <artifactId >zernio -sdk</artifactId >
5050 <version >1.0.1</version >
5151 <scope >compile</scope >
5252</dependency >
@@ -57,7 +57,7 @@ Add this dependency to your project's POM:
5757Add this dependency to your project's build file:
5858
5959``` groovy
60- compile "dev.getlate:late -sdk:1.0.1"
60+ compile "dev.zernio:zernio -sdk:1.0.1"
6161```
6262
6363### Others
@@ -70,7 +70,7 @@ mvn clean package
7070
7171Then manually install the following JARs:
7272
73- - ` target/late -sdk-1.0.1.jar `
73+ - ` target/zernio -sdk-1.0.1.jar `
7474- ` target/lib/*.jar `
7575
7676## Getting Started
@@ -79,9 +79,9 @@ Please follow the [installation](#installation) instruction and execute the foll
7979
8080``` java
8181
82- import dev.getlate .* ;
83- import dev.getlate .model.* ;
84- import dev.getlate .api.AccountGroupsApi ;
82+ import dev.zernio .* ;
83+ import dev.zernio .model.* ;
84+ import dev.zernio .api.AccountGroupsApi ;
8585
8686public class AccountGroupsApiExample {
8787
@@ -108,7 +108,7 @@ public class AccountGroupsApiExample {
108108
109109## Documentation for API Endpoints
110110
111- All URIs are relative to * https://getlate.dev /api *
111+ All URIs are relative to * https://zernio.com /api *
112112
113113Class | Method | HTTP request | Description
114114------------ | ------------- | ------------- | -------------
@@ -1071,5 +1071,5 @@ However, the instances of the api clients created from the `ApiClient` are threa
10711071
10721072## Author
10731073
1074- support@getlate.dev
1074+ support@zernio.com
10751075
0 commit comments