Open Sourcing our SDK Boilerplate Library
Patrick Kelly
Today, we're open sourcing Sideko's SDK boilerplate library, which is a component of our SDK generation engine.
While traditional SDK generators rely on templates, we've created a more sophisticated approach using syntax tree analysis to produce maintainable, human-like code. On top of the quality benefits, this approach unlocks customization of generated source code + adding new files without breaking the maintenance automation. We see this as an important step forward in the codegen space.
We've initialized this library with the Python and TypeScript implementations, as those are the languages we will be launching more broadly in the coming weeks.
Check out the repo to see how Sideko is approaching SDK generation differently:
https://github.com/Sideko-Inc/sdk-reference?tab=readme-ov-file
Scale your DevEx and Simplify Integrations
Read More
Sideko Releases C# SDK Generator
Sideko's new C# SDK generator, leveraging C#'s growth (+1.43% in TIOBE), creates invisible, fully tested, strongly typed, and auto-authenticated SDKs with customizable code and complete documentation.
Can APIs Be Beautiful?
Sideko's team, with insights from Keith Casey, explores why some APIs "feel right" by connecting API design trends to art and architecture movements, aiming to articulate the concept of "beautiful" APIs.