We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
we should add a way to get all pull request related achievements. Here is what I'm thinking (and why):
/achievements/:repo_owner:/
/achievements/:repo_owner:/:repo:/
/achievements/:repo_owner:/:repo:/:pr_id:
/achievements/:repo_owner:/:repo:/:pr_id:/:username:/
maybe we can have it this way:
SVG
README.md
/raw/
achievements/:repo_owner:/
achievements/:repo_owner:/:repo:/
JSON
achievements/:repo_owner:/:repo:/:pr_id:
achievements/:repo_owner:/:repo:/:pr_id:/:username:/
RAW paths can be used for the data itself. in a future kibibit cli for example, we can show achievements when a feature is merged.
kibibit
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
API GET ALL PR ACHIEVEMENTS
FEATURE
we should add a way to get all pull request related achievements.
Here is what I'm thinking (and why):
/achievements/:repo_owner:/
- get all achievements of a specific owner (all repos)/achievements/:repo_owner:/:repo:/
- get all achievements of a specific repo/achievements/:repo_owner:/:repo:/:pr_id:
- get all achievements of a specific pull request/achievements/:repo_owner:/:repo:/:pr_id:/:username:/
- get all achievements of a specific pull request of a specific usermaybe we can have it this way:
/achievements/:repo_owner:/
- get all achievements of a specific owner (all repos) [SVG
] (user bio or personal website \ cv)/achievements/:repo_owner:/:repo:/
- get all achievements of a specific repo [SVG
] (show on a repo'sREADME.md
)/achievements/:repo_owner:/:repo:/:pr_id:
- get all achievements of a specific pull request [SVG
] (show in a pull request comment)/achievements/:repo_owner:/:repo:/:pr_id:/:username:/
- get all achievements of a specific pull request of a specific user [SVG
] (show in user site)/raw/
achievements/:repo_owner:/
- get all achievements of a specific owner (all repos) [SVG
] (user bio or personal website \ cv)/raw/
achievements/:repo_owner:/:repo:/
- get all achievements of a specific repo [JSON
]/raw/
achievements/:repo_owner:/:repo:/:pr_id:
- get all achievements of a specific pull request [JSON
]/raw/
achievements/:repo_owner:/:repo:/:pr_id:/:username:/
- get all achievements of a specific pull request of a specific user [JSON
]RAW paths can be used for the data itself. in a future
kibibit
cli for example, we can show achievements when a feature is merged.Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: