This file contains 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
# replace vnd.github+json with vnd.github.raw+json when a file is bigger than 1MB | |
curl \ | |
-H "Accept: application/vnd.github.raw+json" \ | |
-H "Authorization: Bearer TOKEN"\ | |
-H "X-GitHub-Api-Version: 2022-11-28" \ | |
https://api.github.com/repos/ystoneman/hotel-bookings/contents/hotel_bookings.csv |
OlderNewer