We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f20959 commit 792f230Copy full SHA for 792f230
1 file changed
README.md
@@ -1,3 +1,18 @@
1
# Toggl.API
2
3
-PowerShell module to interact with the [**Toggl API**](https://engineering.toggl.com/docs/)
+PowerShell module to interact with the [**Toggl API**](https://engineering.toggl.com/docs/).
4
+
5
+## Available Endpoints
6
7
+### Reports
8
+- **Search-TogglTimeEntries**: Searches for time entries in detailed reports with various filters.
9
10
+### Time Entries
11
+- **Get-TogglTimeEntries**: Lists the latest time entries.
12
+- **Get-TogglTimeEntryById**: Retrieves a time entry by its ID.
13
+- **New-TogglTimeEntry**: Creates a new time entry.
14
+- **Update-TogglTimeEntry**: Updates an existing time entry.
15
+- **Remove-TogglTimeEntry**: Deletes a time entry.
16
17
+### Authentication
18
+- **Get-TogglAuthHeader**: Generates the authentication header from the API token.
0 commit comments