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
{{ message }}
This repository was archived by the owner on Jun 10, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+17-4Lines changed: 17 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -33,12 +33,15 @@ Step 2. Add the dependency
33
33
34
34
## Usage
35
35
36
+
Very short examples you can also find within the tests [goto tests](https://github.com/rocketbase-io/toggl-report-api/blob/master/src/test/java/io/rocketbase/toggl/api/TogglReportApiTest.java)
WeeklyUsersTimeResult result = togglReportApi.weeklyUsersTime()
@@ -49,8 +52,18 @@ public static void main(String[] args) {
49
52
}
50
53
```
51
54
52
-
Very short examples your can also find within the tests [goto tests](https://github.com/rocketbase-io/toggl-report-api/blob/master/src/test/java/io/rocketbase/toggl/api/TogglReportApiTest.java)
55
+
### FetchAllDetailed
56
+
Fetch full list of all Detailed Results. The FetchAllDetailed cares about paging
0 commit comments