@@ -35,12 +35,14 @@ At present, this module can:
35
35
* Query [ contributors] ( https://developer.github.com/v3/repos/statistics/ )
36
36
* Query [ organizations] ( https://developer.github.com/v3/orgs/ )
37
37
* Query, create, update and remove [ Issues] ( https://developer.github.com/v3/issues/ )
38
+ * Query, create, update and remove [ Issue Comments] ( https://developer.github.com/v3/issues/comments/ )
38
39
* Query, create, update and remove [ Labels] ( https://developer.github.com/v3/issues/labels/ )
40
+ * Query, check, add and remove [ Assignees] ( https://developer.github.com/v3/issues/assignees/ )
39
41
* Query, create, update and remove [ Repositories] ( https://developer.github.com/v3/repos/ )
40
42
* Query and update [ Users] ( https://developer.github.com/v3/users/ )
41
43
42
44
Development is ongoing, with the goal to add broad support for the entire API set.
43
- Review [ examples] ( #examples ) to see how the module can be used to accomplish some of these tasks.
45
+ Review [ examples] ( USAGE.md #examples) to see how the module can be used to accomplish some of these tasks.
44
46
45
47
----------
46
48
@@ -103,7 +105,7 @@ Example command:
103
105
$issues = Get-GitHubIssue -Uri 'https://github.com/PowerShell/PowerShellForGitHub'
104
106
```
105
107
106
- For more example commands, please refer to [ USAGE] ( USAGE.md ) .
108
+ For more example commands, please refer to [ USAGE] ( USAGE.md#examples ) .
107
109
108
110
----------
109
111
0 commit comments