lob / lob-dotnet

.NET Wrapper for Lob API
MIT License
1 stars 2 forks source link

regen sdk + update tests #17

Closed jho44 closed 1 year ago

jho44 commented 1 year ago

ticket

Regenerated the SDK and fixed subsequent things in the tests (e.g., different types, lots of resource args became required so resource constructors had to be called differently).

Also, big win on deserializing responses where Data was null while Content was a valid JSON string rep of the object.