How to GET the previous release from a repo using GitHub API

143 Views Asked by At

About

While we all know how to get the latest release:

GET /repos/:owner/:repo/releases/latest

or https://api.github.com/repos/:owner/:repo/releases/latest
But what about the previous release?
I want to get the previous release (meaning the one before the latest release)

0

There are 0 best solutions below