Do all GitHub repositories have a URL path of the form https://github.com/<OWNER>/<REPO>?
Asked
Active
Viewed 90 times
0
Dev
- 108
- 5
1 Answers
2
To answer your question, yes. But only if you are talking about navigating on github's website. Using github's api is a slightly different story and url.
When you need to pull down a particular file using github api, you have to use the github RAW urls. Heres another post that gives more context StackOverflow post
Ian Davidson
- 76
- 4