adorsys / open-banking-gateway

Provides RESTful API, tools, adapters, and connectors for transparent access to open banking API's (for banks that support PSD2 and XS2A as well as HBCI/FinTS)
https://adorsys.github.io/open-banking-gateway
GNU Affero General Public License v3.0
251 stars 94 forks source link

Find a way to remove generated getObjectMapper and getRequest from API #559

Open valb3r opened 4 years ago

valb3r commented 4 years ago

Swagger-codegen generates too many default stubs, in particular getObjectMapper and getRequest are completely useless. We need to find configuration that removes them. See: https://github.com/swagger-api/swagger-codegen/issues/10096

gatiskalnins commented 3 years ago

https://jira.adorsys.de/browse/OBG-81

valb3r commented 2 years ago

@minakh1993 You can't generate OpenFeign client for OpenBankingGateway?

minakh1993 commented 2 years ago

@minakh1993 You can't generate OpenFeign client for OpenBankingGateway?

sorry seems like i commented on wrong issue. thanks for your answer. right issue link is in this link: https://github.com/swagger-api/swagger-codegen/issues/10096