Skip to content

Commit 458d07c

Browse files
committed
Update README's listing of current API support
Updated the summary of the current API support in the README to account for the recent `0.15.0` changes. Also added a direct link to the CHANGELOG as well.
1 parent 200f4bd commit 458d07c

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

README.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#### Table of Contents
1919

2020
* [Overview](#overview)
21+
* [What's New](#whats-new)
2122
* [Current API Support](#current-api-support)
2223
* [Installation](#installation)
2324
* [Configuration](#configuration)
@@ -43,15 +44,24 @@ virtually any command into any other command within the module.**
4344

4445
----------
4546

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+
4654
## Current API Support
4755

4856
At present, this module can:
4957
* 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.
5160
* 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.
5362
* Query the languages and tags in a repository, and and query/update its topics.
5463
* Change repository ownership.
64+
* Query, enable and disable security and vulnerability alerts.
5565
* Query various [traffic reports](https://developer.github.com/v3/repos/traffic/) including
5666
referral sources and paths, page views and clones.
5767
* Query, create, edit, lock/unlock [Issues](https://developer.github.com/v3/issues/) and
@@ -67,11 +77,17 @@ At present, this module can:
6777
* Query [contributors](https://developer.github.com/v3/repos/statistics/)
6878
* Query [organizations](https://developer.github.com/v3/orgs/) and their members.
6979
* 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.
7182
* Query, create, edit and remove [Projects](https://developer.github.com/v3/projects/), along with
7283
[Project Columns](https://developer.github.com/v3/projects/columns/) and
7384
[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.
7591
* Miscellaneous functionality:
7692
* Get all [Codes of Conduct](https://developer.github.com/v3/codes_of_conduct/) as well as that
7793
of a specific repo.

0 commit comments

Comments
 (0)