nerdishbynature / octokit.swift

A Swift API Client for GitHub and GitHub Enterprise
MIT License
488 stars 126 forks source link

Repositories tags #153

Open luis-ifolor opened 1 year ago

luis-ifolor commented 1 year ago

Is there a way to fetch a repository tags? I'm not finding anything about tags other than the Releases tagName

pietbrauer commented 1 year ago

Not sure if the releases API also returns tags but may be worth a try?

luis-ifolor commented 1 year ago

I found that there's actually a tags endpoint and added support for it in https://github.com/luis-ifolor/octokit.swift/tree/tags-support. Will open a PR in the future.