Open ClaudineL opened 4 years ago
The call GetArticle in Articles.cs supports sideload options, but sideloads like Categories and Sections are not available as properties in the IndividualArticleResponse returned. Would it be possible to add them?
GetArticle
Articles.cs
IndividualArticleResponse
Yes, as that is what we do with tickets. https://github.com/Speedygeek/ZendeskApi_v2/blob/master/src/ZendeskApi_v2/Models/Tickets/IndividualTicketResponse.cs
The call
GetArticle
inArticles.cs
supports sideload options, but sideloads like Categories and Sections are not available as properties in theIndividualArticleResponse
returned. Would it be possible to add them?