wirthual
wirthual
Thats a tough one. Maybe the new released generator handles this for us. Would be worth to give it a shot.
I added some minor changes to make it executable: ` python handelsregister.py -s "deutsche bahn" -so all` Gives me this now: ``` name: "Die Bärchen" unabhängige Eltern-Kind-Initiative e.V. court: Bavaria...
Is it possible due to a author which is first time contributer? In that case the triggers need to be manually triggered as well.
Might be a problem with multiple python versions installed. Could [this](https://stackoverflow.com/questions/37341614/modules-are-installed-using-pip-on-osx-but-not-found-when-importing) help you?
I like that idea!! If we make it smart, it should check which entries are already there and not override them. This way we could also easily add the office...
Sounds good to me 😊 Do you want to start a skeleton for it? Happy to contribute in JS as well 👍
I think taking the description from the file could be a good starting point (Better than leaving it empty I assume). It should always be possible to overwrite it manually...
Hi, wenn der API call sollte ein Result object zurueck geben, also so: ```python res = api_instance.table(username=username, password=password, name=name, area=area, compress=compress, transpose=transpose, startyear=startyear, endyear=endyear, timeslices=timeslices, regionalvariable=regionalvariable, regionalkey=regionalkey, classifyingvariable1=classifyingvariable1, classifyingkey1=classifyingkey1, classifyingvariable2=classifyingvariable2,...
Hi, @lukaspanni I agree that this is the right way. I choose to go with openapi-generator since it was maintained more recently it seems ([FAQ](https://openapi-generator.tech/docs/faq/#what-is-the-difference-between-swagger-codegen-and-openapi-generator)). I implemented a script to...
I agree, especially with the vision in mind that this repo will contain more and more apis in the future, a single repo might be harder to manage. I do...