Skip to content

Instantly share code, notes, and snippets.

View kevdoran's full-sized avatar

Kevin Doran kevdoran

  • Maryland, USA
  • 12:26 (UTC -05:00)
View GitHub Profile
# NiFi Client
mkdir -p ~/tmp && \
echo '{ "packageName": "nifi" }' > ~/tmp/swagger-nifi-python-config.json && \
rm -rf ~/tmp/nifi-python-client && \
swagger-codegen generate \
--lang python \
--config swagger-nifi-python-config.json \
--api-package apis \
--model-package models \
--template-dir /path/to/nipyapi/templates \