Skip to content

Feature Request: API call to list tags #5693

@zopanix

Description

@zopanix

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

No one assigned

    Labels

    modifies/apiThis PR adds API routes or modifies themtype/featureCompletely new functionality. Can only be merged if feature freeze is not active.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions