lob / lob-dotnet

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

enable dotnet oneOfs #22

Closed jho44 closed 1 year ago

jho44 commented 1 year ago

ticket

Regenerated the SDK and fixed tests to accommodate the new empty constructors.

Note: It looks like I can't get custom property getters/setters to work because the compiler is claiming that type "blah" can't implicitly be converted into type string. It's saying this even though I've got a JSON stringify in the setter. So calls like resource.Name = "blah" are out.

SDK generator