radicle-dev / radicle-client-services

Services backing the Radicle client interfaces.
Apache License 2.0
31 stars 13 forks source link

http-api: List patches #143

Closed sebastinez closed 2 years ago

sebastinez commented 2 years ago

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

sebastinez commented 2 years ago

Has been implemented by https://github.com/radicle-dev/radicle-client-services/pull/147