Skip to content

Instantly share code, notes, and snippets.

@rundel
Created October 9, 2024 15:08
Show Gist options
  • Save rundel/3b3d6963acc10971dfc2721d8fd3f10c to your computer and use it in GitHub Desktop.
Save rundel/3b3d6963acc10971dfc2721d8fd3f10c to your computer and use it in GitHub Desktop.
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