Last active
July 11, 2024 08:08
-
-
Save indraAsLesmana/7a011bb08f4437ec88bb792af5dcbf26 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
# 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