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
4
4
5
5
## Available Endpoints
6
6
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
+
7
12
### Reports
8
13
- ** Search-TogglTimeEntries** : Searches for time entries in detailed reports with various filters.
9
14
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
+
10
20
### Time Entries
11
21
- ** Get-TogglTimeEntries** : Lists the latest time entries.
12
22
- ** Get-TogglTimeEntryById** : Retrieves a time entry by its ID.
You can’t perform that action at this time.
0 commit comments