Client for the pixeldrain API. Used by pixeldrain itself for tranferring data between the web UI and API server. And for rendering JSON responses
Go to file
2021-11-02 11:04:27 +01:00
pixelapi Only enable video player for subscribers 2021-10-18 16:10:39 +02:00
go.mod Update dependpencies 2021-11-02 11:04:27 +01:00
go.sum Update dependpencies 2021-11-02 11:04:27 +01:00
LICENSE Initial commit 2021-03-09 18:04:32 +01:00
README.md Update dependpencies 2021-11-02 11:04:27 +01:00

pixeldrain_api_client

Client for the pixeldrain API. Used by pixeldrain itself for tranferring data between the web UI and API server. And for rendering JSON responses.

The structs defined in this package are the real structs that the API server uses to render its JSON responses, so they are guaranteed to up up-to-date.