This repository was archived by the owner on Jul 27, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 42
This repository was archived by the owner on Jul 27, 2020. It is now read-only.
Multiple routes per segment #3
Copy link
Copy link
Closed
Description
Authenticated/specified user
GET /users/:username/starred
GET /user/starred
GET /users/:username/subscriptions
GET /user/subscriptions
GET /users/:username/gists
GET /gists
GET /users/:username/followers
GET /user/followers
GET /users/:username/following
GET /user/following
Examples
GET /repos/:owner/:repo/git/refs/:ref
GET /repos/:owner/:repo/git/refs/heads/skunkworkz/featureA
GET /repos/:owner/:repo/git/refs/heads/feature
GET /repos/:owner/:repo/git/refs/heads/feature-branch-that-no-longer-exists
DELETE /repos/:owner/:repo/git/refs/:ref
DELETE /repos/octocat/Hello-World/git/refs/heads/feature-a
DELETE /repos/octocat/Hello-World/git/refs/tags/v1.0
GET /repos/:owner/:repo/compare/:base...:head
GET /repos/:owner/:repo/compare/hubot:branchname...octocat:branchname
GET https://api.github.com/scim/v2/organizations/:organization/Users
GET https://api.github.com/scim/v2/organizations/:organization/Users?filter=userName
Optional suffix
GET /repos/:owner/:repo/git/refs
GET /repos/:owner/:repo/git/refs/tags
Other
GET /marketplace_listing/plans
GET /marketplace_listing/stubbed/plans
GET /marketplace_listing/plans/:id/accounts
GET /marketplace_listing/stubbed/plans/:id/accounts
GET /marketplace_listing/accounts/:id
GET /marketplace_listing/stubbed/accounts/:id
GET /user/marketplace_purchases
GET /user/marketplace_purchases/stubbed
GET /issues
GET /user/issues
GET /orgs/:org/issues
POST /user/repos
POST /orgs/:org/repos
Metadata
Metadata
Assignees
Labels
No labels