Alain O'Dea

Results 3 comments of Alain O'Dea

Thank you @vishen. This is a very helpful discovery. I ended up applying this to the OpenAPI 3.0 spec for Tenable.io's Platform API. I documented my process and thinking here...

The bug in codegen with enums is way more subtle than it seems. It's mostly correct, is missing two major components: 1. **GenerateTypesForPaths** doesn't exist so there's no possibility of...

The **createClient()** example function returns the client struct of type ***simpleforce.Client** only. There are methods defined with ***simpleforce.Client** as the receiver so when you call something like **client.Query("SELECT Id, Name...