mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-15 22:09:07 +00:00
- Rename ApiInvoker to ApiClient - Make ApiClient pluggable by allowing setting the ApiClient field of API classes - Introduce a Configuration class, containing the default ApiClient (which is also customizable) - Move basePath from API class to ApiClient - Change static methods in ApiClient to instance level