Skip to content

Commit 9a5d41f

Browse files
committed
Updated README - list of available cmdlets for endpoints
1 parent 9f3f15c commit 9a5d41f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,19 @@ PowerShell module to interact with the [**Toggl API**](https://engineering.toggl
44

55
## Available Endpoints
66

7+
### Projects
8+
- **Get-TogglProjects**: Retrieves the list of projects for a specified workspace.
9+
- **New-TogglProject**: Creates a new project in a specified workspace.
10+
- **Remove-TogglProject**: Deletes a project in a specified workspace.
11+
712
### Reports
813
- **Search-TogglTimeEntries**: Searches for time entries in detailed reports with various filters.
914

15+
### Tags
16+
- **Get-TogglTags**: Lists workspace tags.
17+
- **New-TogglTag**: Creates a new tag in a specified workspace.
18+
- **Remove-TogglTag**: Deletes a tag in a specified workspace.
19+
1020
### Time Entries
1121
- **Get-TogglTimeEntries**: Lists the latest time entries.
1222
- **Get-TogglTimeEntryById**: Retrieves a time entry by its ID.

0 commit comments

Comments
 (0)