Test server for testing PeerTube API

hi there,

I am trying to implement a very minimal Go-based client for PeerTube, following the specifications from the PeerTube REST API page.

is there a test server instance that I could use to check my client is indeed following the specs ?

(I thought I could use https://peertube{,2,3}.cpy.re but AFAICT there’s no "test" user I could leverage for my tests)

Hi,

There is no such test instance. Is using a local PeerTube instance an option? Welcome to the contributing guide for PeerTube | PeerTube documentation

thanks.

yeah, I’ll do that to bootstrap everything.

thanks again.