We could make use of a new endpoint on the http-api that would allow us to retrieve the open and closed patches.
This would allow us to show a listing of patches on the web client similar to upstream, and eventually even link to upstream.
I propose to add the following route:
GET /v1/patches/<project-urn>/patches // returns all patches from a specific project
We could make use of a new endpoint on the http-api that would allow us to retrieve the open and closed patches. This would allow us to show a listing of patches on the web client similar to upstream, and eventually even link to upstream.
I propose to add the following route:
GET /v1/patches/<project-urn>/patches // returns all patches from a specific project