18
18
#### Table of Contents
19
19
20
20
* [ Overview] ( #overview )
21
+ * [ What's New] ( #whats-new )
21
22
* [ Current API Support] ( #current-api-support )
22
23
* [ Installation] ( #installation )
23
24
* [ Configuration] ( #configuration )
@@ -43,15 +44,24 @@ virtually any command into any other command within the module.**
43
44
44
45
----------
45
46
47
+ ## What's New
48
+
49
+ Check out [ CHANGELOG.md] ( ./CHANGELOG.md ) to review the details of the current release as well as
50
+ all past releases.
51
+
52
+ ----------
53
+
46
54
## Current API Support
47
55
48
56
At present, this module can:
49
57
* Query, create, update and remove [ Repositories] ( https://developer.github.com/v3/repos/ ) including
50
- * Query [ Branches] ( https://developer.github.com/v3/repos/branches/ )
58
+ * Query, create and remove [ Branches] ( https://developer.github.com/v3/repos/branches/ ) , as well
59
+ as the associated branch protection rules.
51
60
* Query and create new [ Forks] ( https://developer.github.com/v3/repos/forks/ )
52
- * Query/retrieve [ Content] ( https://developer.github.com/v3/repos/contents/ ) from a repo.
61
+ * Query and create [ Content] ( https://developer.github.com/v3/repos/contents/ ) in a repo.
53
62
* Query the languages and tags in a repository, and and query/update its topics.
54
63
* Change repository ownership.
64
+ * Query, enable and disable security and vulnerability alerts.
55
65
* Query various [ traffic reports] ( https://developer.github.com/v3/repos/traffic/ ) including
56
66
referral sources and paths, page views and clones.
57
67
* Query, create, edit, lock/unlock [ Issues] ( https://developer.github.com/v3/issues/ ) and
@@ -67,11 +77,17 @@ At present, this module can:
67
77
* Query [ contributors] ( https://developer.github.com/v3/repos/statistics/ )
68
78
* Query [ organizations] ( https://developer.github.com/v3/orgs/ ) and their members.
69
79
* Query and update [ Users] ( https://developer.github.com/v3/users/ )
70
- * Query [ Teams] ( https://developer.github.com/v3/teams/ ) and their members.
80
+ * Query, create, edit and remove [ Teams] ( https://developer.github.com/v3/teams/ ) ,
81
+ and Query their members.
71
82
* Query, create, edit and remove [ Projects] ( https://developer.github.com/v3/projects/ ) , along with
72
83
[ Project Columns] ( https://developer.github.com/v3/projects/columns/ ) and
73
84
[ Project Cards] ( https://developer.github.com/v3/projects/cards/ )
74
- * Query [ Releases] ( https://developer.github.com/v3/repos/releases/ )
85
+ * Query, create, edit and remove [ Releases] ( https://developer.github.com/v3/repos/releases/ ) and
86
+ associated content/assets.
87
+ * Query, create, edit, remove, fork, and (un)star [ gists] ( https://developer.github.com/v3/gists/ ) ,
88
+ as well as gist comments.
89
+ * Query, edit and remove [ reactions] ( https://developer.github.com/v3/reactions/ ) on Issues and
90
+ Pull Requests.
75
91
* Miscellaneous functionality:
76
92
* Get all [ Codes of Conduct] ( https://developer.github.com/v3/codes_of_conduct/ ) as well as that
77
93
of a specific repo.
0 commit comments