Comment on The Stainless SDK GeneratorparentComments−rattray2yYeah, we opted for classes like this to ensure simple, reliable static typing.The amount of runtime code generated per endpoint is typically around 3 short lines – here's an example, also posted elsewhere on this thread: https://github.com/lithic-com/lithic-node/blob/36d4a6a70597e...
Comments
Yeah, we opted for classes like this to ensure simple, reliable static typing.
The amount of runtime code generated per endpoint is typically around 3 short lines – here's an example, also posted elsewhere on this thread: https://github.com/lithic-com/lithic-node/blob/36d4a6a70597e...