riverqueue / riverui

A web interface for River, fast and reliable background jobs in Go.
https://ui.riverqueue.com/
Mozilla Public License 2.0
43 stars 3 forks source link

Convert remaining API endpoints + tests #78

Closed brandur closed 3 days ago

brandur commented 3 days ago

Finish the other half of #77 and convert all remaining endpoints to the new API endpoint style and add tests for them.

In TypeScript, move ListResponse to a new file where it can be shared amongst jobs and queues.

brandur commented 3 days ago

TY man!