Skip to content

Commit 792f230

Browse files
committed
Updated README - list of available cmdlets for endpoints
1 parent 1f20959 commit 792f230

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
11
# Toggl.API
22

3-
PowerShell module to interact with the [**Toggl API**](https://engineering.toggl.com/docs/)
3+
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

Comments
 (0)