Created
October 9, 2024 15:08
-
-
Save rundel/3b3d6963acc10971dfc2721d8fd3f10c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
request("https://api.github.com/orgs/sta523-fa24/repos") |> | |
req_auth_bearer_token(token) |> | |
req_url_query(per_page = 100) |> | |
req_perform() |> | |
resp_body_json() |> | |
purrr::map_chr("full_name") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment