Hello,
I currently starting to learn Nim and I would like to make small CLI tool that retrieve info from some APis. I was wondering if there was currently any simple way to generate types from Open/Swagger API.
Please give OpenAPI Generator a try as we just added a Nim client generator thanks to the awesome contribution by Hideki Okamoto (https://github.com/hokamoto)
Ref: https://www.reddit.com/r/nim/comments/d3ncim/autogenerate_nim_api_client_for_rest_apis/
Tweet: https://twitter.com/oas_generator/status/1172068944355528705
Hi Hideki, wing328,
sorry for the late reply and thank for the links. I gave a try to the nim generator and does seem to work without any error. Unfortunately I am not really sure how to use it later on as a dependency in my project. I saw some comments in the README and sample file but do you have any resource or example project?