- 
          
- 
        Couldn't load subscription status. 
- Fork 6.2k
Closed
Labels
modifies/apiThis PR adds API routes or modifies themThis PR adds API routes or modifies themtype/featureCompletely new functionality. Can only be merged if feature freeze is not active.Completely new functionality. Can only be merged if feature freeze is not active.
Milestone
Description
Feature Request
It would be nice to have a REST API call for listing tags on a repository.
It would mean adding a new API call:
Description
Type: GET
Path: /repos/{owner}/{repo}/tags
I would think the response could be as simple as:
[
  "String",
  "String"
]
Because the call assumes you know for which {owner} and {repo} you're making the call for.
Metadata
Metadata
Assignees
Labels
modifies/apiThis PR adds API routes or modifies themThis PR adds API routes or modifies themtype/featureCompletely new functionality. Can only be merged if feature freeze is not active.Completely new functionality. Can only be merged if feature freeze is not active.