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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -218,6 +218,11 @@ GitHub.jl implements a bunch of methods that make REST requests to GitHub's API.
218
218
|`installations(auth)`|`Vector{Installation}`|[get the installations for the GitHub app authenticated by the corresponding `auth`](https://developer.github.com/v3/apps/#find-installations)|
219
219
|`repos(i::Installation)`|`Tuple{Vector{Repo}, Dict}`|[get the active repositories for this installation](https://developer.github.com/v3/apps/#find-installations)|
0 commit comments