Kendall Bennett
Kendall Bennett
In our code we have Javascript and CSS files that we deploy alongside each view at times. It makes it simpler to simply reference the files from the view directory...
When trying to generate an API client for ShipEngine, NSwag is having issues when using oneOf to combine related entities to indicate that the request can have one of the...
These are all the changed we have had to make to the specification to get it working properly in the real world. It has been a while since I created...
Ok, anyone who uses these API definitions to generate API code in strongly typed languages like C# or Java will end up with an enumeration for the 'error_code' field. We...
This was not documented so I added it to the OpenAPI XML spec and also added it to our C# client library. The issue in question is here: https://github.com/kendallb/ShipEngineApi/issues/1 You...