File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Change Log
22==========
3-
4- ## next
3+
4+ ## 6.15.0
5+ _ 2024-08-30_
56
67* ` TraktV2.notes() ` : support to add, get, update and delete a note.
78* ` TraktV2.users().notes(...) ` : Support to get all notes for a user.
Original file line number Diff line number Diff line change 1- trakt-java
2- ==========
1+ ** [ Pull requests] ( CONTRIBUTING.md ) (e.g. support for more API endpoints, bug fixes) are welcome!**
32
4- An (unofficial) Java library to use the [ Trakt v2 API ] ( https:// trakt.docs.apiary.io/ ) built with [ retrofit 2 ] ( https://square.github.io/retrofit/ ) .
3+ # trakt-java
54
6- [ Pull requests ] ( CONTRIBUTING.md ) are welcome .
5+ An (unofficial) Java library to use the [ Trakt v2 API ] ( https://trakt.docs.apiary.io/ ) built with [ retrofit 2 ] ( https://square.github.io/retrofit/ ) .
76
87Trakt API methods are grouped into [ service objects] ( src/main/java/com/uwetrottmann/trakt5/services )
98which can be centrally managed by a [ TraktV2] ( src/main/java/com/uwetrottmann/trakt5/TraktV2.java ) instance.
@@ -17,7 +16,7 @@ API key (OAuth client id) and optionally a given user access token.
1716Add the following dependency to your Gradle project:
1817
1918``` kotlin
20- implementation(" com.uwetrottmann.trakt5:trakt-java:6.14 .0" )
19+ implementation(" com.uwetrottmann.trakt5:trakt-java:6.15 .0" )
2120```
2221
2322Or for Maven:
@@ -26,7 +25,7 @@ Or for Maven:
2625<dependency >
2726 <groupId >com.uwetrottmann.trakt5</groupId >
2827 <artifactId >trakt-java</artifactId >
29- <version >6.14 .0</version >
28+ <version >6.15 .0</version >
3029</dependency >
3130```
3231
You can’t perform that action at this time.
0 commit comments