Skip to content

Instantly share code, notes, and snippets.

@indraAsLesmana
Last active July 11, 2024 08:08
Show Gist options
  • Save indraAsLesmana/7a011bb08f4437ec88bb792af5dcbf26 to your computer and use it in GitHub Desktop.
Save indraAsLesmana/7a011bb08f4437ec88bb792af5dcbf26 to your computer and use it in GitHub Desktop.
# Raw Data Download from Github (1-10)
When downloading data from Github in your application and the content path is in the following format:
`https://github.com/prust/wikipedia-movie-data/raw/master/movies.json`
To download the data via HTTP, you can replace `https://github.com` with `https://raw.githubusercontent.com`.
The modified content path will look like this:
`https://raw.githubusercontent.com/prust/wikipedia-movie-data/master/movies.json`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment