Closed 0xced closed 6 years ago
feed.entry[i].content.SubscriptionDescription[i] would throw with i > 0 since there is actually only one SubscriptionDescription element
Also, simplify both GetRules() and GetSubscriptions() implementations by reusing the GetFeedItems() function
should be fixed in 1.0.18 being indexed on nuget now. Thanks for the submission!!
I also added another test for getting descriptions on a topic with multiple subscriptions.
feed.entry[i].content.SubscriptionDescription[i] would throw with i > 0 since there is actually only one SubscriptionDescription element
Also, simplify both GetRules() and GetSubscriptions() implementations by reusing the GetFeedItems() function