| Component | Description | Example | | :--- | :--- | :--- | | owner | GitHub username or organization name | octocat | | repo | Repository name | Hello-World | | git-ref | Git reference (branch name, tag, or commit SHA) | master | | path/to/file | File path within the repository | README.md |
https://raw.githubusercontent.com/owner/repo/git-ref/path/to/file define githubusercontent
curl https://raw.githubusercontent.com/myorg/app/main/config/data.json Response (the exact file contents): | Component | Description | Example | |