Skip to content

Commit

Permalink
Removed some exploratory GitHub file listing bits that didn't pan out
Browse files Browse the repository at this point in the history
  • Loading branch information
njlyon0 committed Jul 6, 2023
1 parent 8a8706d commit 34777a7
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions dev/spell-exploration.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,7 @@ for(i in 1:length(grim_conts)){
}


grim_conts[[11]]


# Grab the contents of that repo
grimoire_gh <- httr::GET(url = paste0("https://api.github.com/repos/Traneptora/grimoire/tree/master", "?recursive=1"))
grimoire_gh


httr::GET(url = "")

# Check for warnings / errors
httr::stop_for_status(x = grimoire_gh)

# Access files in that link
httr::content(x = grimoire_gh)$tree

grim_conts[[11]]$type



Expand Down

0 comments on commit 34777a7

Please sign in to comment.