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
+14-7
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,18 @@
2
2
3
3
Lilt REST API
4
4
- API version: v3.0
5
-
- Build date: 2024-07-22T00:19:36.591Z[GMT]
5
+
- Build date: 2024-10-14T17:01:14.551Z[GMT]
6
6
7
+
Lilt REST API Support: https://lilt.atlassian.net/servicedesk/customer/portals
7
8
The Lilt REST API enables programmatic access to the full-range of Lilt backend services including:
8
9
* Training of and translating with interactive, adaptive machine translation
9
10
* Large-scale translation memory
10
11
* The Lexicon (a large-scale termbase)
11
12
* Programmatic control of the Lilt CAT environment
12
13
* Translation memory synchronization
13
14
14
-
Requests and responses are in JSON format. The REST API only responds to HTTPS / SSL requests.
15
+
Requests and responses are in JSON format. The REST API only responds to HTTPS / SSL requests.
16
+
The base url for this REST API is `https://api.lilt.com/`.
15
17
16
18
## Authentication
17
19
@@ -26,7 +28,6 @@ For development, you may also pass the REST API key via the `key` query paramete
26
28
Our services have a general quota of 4000 requests per minute. Should you hit the maximum requests per minute, you will need to wait 60 seconds before you can send another request.
27
29
28
30
29
-
For more information, please visit [https://developers.lilt.com/](https://developers.lilt.com/)
30
31
31
32
*Automatically generated by the [OpenAPI Generator](https://openapi-generator.tech)*
32
33
@@ -61,7 +62,7 @@ Add this dependency to your project's POM:
61
62
<dependency>
62
63
<groupId>org.openapitools</groupId>
63
64
<artifactId>openapi-java-client</artifactId>
64
-
<version>2.2.0</version>
65
+
<version>3.0.0</version>
65
66
<scope>compile</scope>
66
67
</dependency>
67
68
```
@@ -71,7 +72,7 @@ Add this dependency to your project's POM:
0 commit comments