`github.Repository.Repository` is missing `get_tag(tag)`
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 7.8k
- Forks
- 1.9k
- Avg merge
- 17m
- Merged PRs (30d)
- 2
Description
See https://docs.github.com/en/rest/git/tags?apiVersion=2022-11-28#get-a-tag for the API endpoint
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked GitHub REST API documentation for the get-a-tag endpoint, then inspect PyGithub's existing Repository methods for similar API calls. Done means Repository exposes get_tag(tag) with the endpoint's expected behavior and the relevant tests cover it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100