~sbinet/peertube#1: 
peertube: split Client into VideoClient, AuthClient, AccountClient, ...

this would reduce the API surface of Client.

cli, err := peertube.NewClient("https://peertube.example.org")
auth := cli.Auth()
vid := cli.Video()
acc := cli.Account()

(naming to be refined)

Status
REPORTED
Submitter
~sbinet
Assigned to
No-one
Submitted
11 months ago
Updated
11 months ago
Labels
No labels applied.