avadev / AvaTaxClientLibrary

Sales Tax API SDK for C# / DotNet and AvaTax REST
https://developer.avalara.com/sdk/
Apache License 2.0
4 stars 14 forks source link

Support response type generation for Accepted status code APIs. #62

Closed nathan-harrenstein-avalara closed 5 years ago

nathan-harrenstein-avalara commented 5 years ago

This allows the swagger generator to build response types based on APIs which return 202 Accepted status codes. Previously, if 202 Accepted was the only "success" response status returned by the API, the ResponseType and ResponseTypeName properties would be null.

greg-hester-avalara commented 5 years ago

LG on my end. Was able to generate SDK with this change using the currently deployed IA swagger.

qjavalara commented 5 years ago

LGTM