Skip to content
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.

Multiple routes per segment #3

Closed
gr2m opened this issue Mar 9, 2018 · 1 comment · Fixed by #23
Closed

Multiple routes per segment #3

gr2m opened this issue Mar 9, 2018 · 1 comment · Fixed by #23
Assignees

Comments

@gr2m
Copy link
Contributor

gr2m commented Mar 9, 2018

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
@gr2m gr2m mentioned this issue Mar 9, 2018
17 tasks
@gr2m gr2m self-assigned this Mar 14, 2018
@gr2m gr2m closed this as completed in #23 Mar 17, 2018
@gr2m
Copy link
Contributor Author

gr2m commented Mar 17, 2018

🎉 This issue has been resolved in version 1.2.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant