You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -134,6 +134,7 @@ GitHub.jl implements a bunch of methods that make REST requests to GitHub's API.
134
134
|`deploykey(repo, key; auth)`|`DeployKey`|[get the deploy `key` in `repo`](https://docs.github.com/en/free-pro-team@latest/rest/reference/repos#get-a-deploy-key)|
135
135
|`create_deploykey(repo; params=..., auth)`|`nothing`|[create a deploy key for `repo`](https://docs.github.com/en/free-pro-team@latest/rest/reference/repos#create-a-deploy-key)|
136
136
|`delete_deploykey(repo, key; auth)`|`nothing`|[delete a deploy key for `repo`](https://docs.github.com/en/free-pro-team@latest/rest/reference/repos#delete-a-deploy-key)|
137
+
|`releases(repo, key; auth)`|`nothing`|[get the releases for `repo`](https://docs.github.com/en/rest/releases/releases?apiVersion=2022-11-28#list-releases)|
0 commit comments