File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments