Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit 1464c4e

Browse files
authored
Update README.md
added archive info
1 parent d971f02 commit 1464c4e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
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+
28

39
This project is a Java client for the public [Toggl' Reports API](https://github.com/toggl/toggl_api_docs).
410
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
98104
* `org.apache.httpcomponents` artifact `httpclient` version `4.5.9`
99105

100106
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).

0 commit comments

Comments
 (0)