This repository was archived by the owner on Jun 10, 2024. It is now read-only.
File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
- # Java Client of Toggl's Reports API
1
+ # [ ARCHIVED] Java Client of Toggl's Reports API
2
+
3
+ > [ !WARNING]
4
+ > Toggl hat disabled this api-version. You need to port to v9.
5
+ >
6
+ > A new client has been generated -> [ toggl-api-v9] ( https://github.com/rocketbase-io/toggl-api-v9 )
7
+
2
8
3
9
This project is a Java client for the public [ Toggl' Reports API] ( https://github.com/toggl/toggl_api_docs ) .
4
10
The client is based on a fluent java api that maps the cascade of methods to the Toggl's api endpoints. For example:
@@ -98,4 +104,4 @@ This API depends on these other popular modules (versions of spring-boot bom 2.1
98
104
* ` org.apache.httpcomponents ` artifact ` httpclient ` version ` 4.5.9 `
99
105
100
106
Since all these artifacts are pretty popular take with care the possible artifact's version conflicts. If you are going
101
- to use this software under an Android device consider the [ httpclient issues] ( https://hc.apache.org/httpcomponents-client-4.3.x/android-port.html ) .
107
+ to use this software under an Android device consider the [ httpclient issues] ( https://hc.apache.org/httpcomponents-client-4.3.x/android-port.html ) .
You can’t perform that action at this time.
0 commit comments