Browse Source

Changed from table to list

pull/32/head
Peter Morgan 4 years ago
parent
commit
0a164cca32
1 changed files with 18 additions and 6 deletions
  1. +18
    -6
      README.md

+ 18
- 6
README.md View File

@ -41,9 +41,21 @@ We are very open to new contributors. If you want to contribute to this project,
# API Reference
| Custom API Route | GitHub API Route |
| ----------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `https://github-graphs.com/api/friends/<username>` | `https://api.github.com/users/<username>` <br />`https://api.github.com/users/<username>/followers` <br />`https://api.github.com/users/<username>/following` <br />`https://api.github.com/users/<username>/orgs` |
| `https://github-graphs.com/api/repositories/<username>` | `https://api.github.com/users/<username>/repos` |
| `https://github-graphs.com/api/org/users/<username>` | `https://api.github.com/orgs/<username>/members` |
| `https://github-graphs.com/api/org/repositories/<username>` | `https://api.github.com/orgs/<username>/repos` |
`https://github-graphs.com/api/friends/<username>`
- `https://api.github.com/users/<username>`
- `https://api.github.com/users/<username>/followers`
- `https://api.github.com/users/<username>/following`
- `https://api.github.com/users/<username>/orgs`
`https://github-graphs.com/api/repositories/<username>`
- `https://api.github.com/users/<username>/repos`
`https://github-graphs.com/api/org/users/<username>`
- `https://api.github.com/orgs/<username>/members`
`https://github-graphs.com/api/org/repositories/<username>`
- `https://api.github.com/orgs/<username>/repos`

Loading…
Cancel
Save