Show HN: Auto-Generate Python REST API Clients Using OpenAPI Generator https://ift.tt/Iv6bVuQ

Show HN: Auto-Generate Python REST API Clients Using OpenAPI Generator Hi all, We've refactored the Python client generator in OpenAPI Generator(https://ift.tt/aR5zJ1N). To give it a try, please follow 3 simple steps below: 1. Download the Java JAR: https://ift.tt/2yjDwau 2. Rename the JAR as "openapi-generator-cli.jar" 3. Execute the following command to run the generator for the PetStore API: https://ift.tt/cLdJhHa Mac/Linux: $ java -jar openapi-generator-cli.jar generate -g python-nextgen -i https://ift.tt/cLdJhHa -o /var/tmp/python-nextgen/ Windows: $ java -jar openapi-generator-cli.jar generate -g python-nextgen -i https://ift.tt/cLdJhHa -o C:\tmp\python-nextgen (If JVM is not installed in your machine, please use openapi-genreator-cli docker image instead: https://ift.tt/4ycFivS) If you've any feedback or question, please reply to https://ift.tt/SZE6zs5 to let me know. December 17, 2022 at 10:16PM

Komentar

Postingan populer dari blog ini

Show HN: Interactive exercises for GNU grep, sed and awk https://ift.tt/OxeFwah

Show HN: My Book Bulletproof TLS and PKI (Second Edition) Is Out https://ift.tt/5PZ9mxF