I want to make an app that can show me the list of my current subscribers, I want to get the channel id. I have seen the Doxygen docs, but I can't get how to work with the API.
I have tried to access the subscriber methods, but I'm not sure what to pass so I can retrieve my subscribers.
var mysubscribers = new Subscription().SubscriberSnippet;
mysubscribers.ChannelId= "subscriberSnippet"; // - is that correct, what I need to pass?
Console.WriteLine(mysubscribers);
Error: Object reference not set to an instance of an object. Press any key to continue...