We’ve added support for configuring proxy servers in the generated Java and Ruby SDKs.
28 posts tagged with "Ruby"
View All TagsImproved SDK Client Initialization Code Samples
To improve clarity and onboarding, all client initialization code samples now include relevant code blocks along with import statements. This update makes it easier for developers to understand and use the SDKs, eliminating guesswork around class and function origins in docs and READMEs.
Adding Nullable Support in Developer Portal for All Languages
We are excited to introduce support for explicitly marking nullable properties as NULL in the developer portal. This enhancement provides greater flexibility when trying out the API from the API Playground for all languages.
Adding Support for Pagination in TypeScript SDKs
APIMatic now supports four widely-used pagination strategies in TypeScript SDKs: Offset, Page, Cursor, and Link based pagination. This enhancement provides a seamless and unified way to consume paginated API responses, regardless of the underlying mechanism.
Adding Support for Pagination in Ruby SDKs
APIMatic now supports four widely-used pagination strategies in Ruby SDKs: Offset, Page, Cursor, and Link based pagination. This enhancement provides a seamless and unified way to consume paginated API responses, regardless of the underlying mechanism.
Complex Objects Support in HTTP Header Parameters
The SDKs now support passing complex objects, including non-scalar types and collections, as HTTP header parameters in the request.
Introducing String Representations for Models in PHP, Python, Ruby, and Go SDKs
Developers frequently rely on string representations of models for debugging and logging. Our recent update enhances the __str__
or equivalent methods for models in Python, Ruby, PHP, and Go SDKs, offering clear, human-readable outputs.
Typed Additional Model Properties Support in All SDKs
We’re introducing support for typed additional model properties across all SDKs, enhancing type safety and alignment with OpenAPI specifications.
Introducing Support for oneOf and anyOf in Ruby SDKs
We are introducing the special oneOf and anyOf types in our Ruby SDKs.
Improved Ruby Code Samples
The generated code samples are now idiomatic with no errors. This improves the developer experience by allowing developers to run the code samples without any error in their applications and to get started quickly.