ts-rest offers a simple way to define a contract for your API, which can be both consumed and implemented by your application, giving you end to end type safety without the hassle or code generation.
The Reducto Python library provides convenient access to the Reducto REST API from any Python 3.9+ application. The library includes type definitions for all request params and response fields, and ...