Youtube Subscriber

A Guide to all API routes

All HTTP methods are supported. You can use HTTP or HTTPS for your requests.
SN Route Method Details
1 GET get all channels
2 GET get all names
3 GET all subscribers of a channel
4 GET all subscriptions of a channel
5 POST to subscribe a channel
6 POST add channel, channelName from req.body
7 DELETE to delete channel
8 PUT update channel, channelName from req.body