superfaceai / cli

Let AI connect the APIs for you
https://superface.ai
MIT License
22 stars 4 forks source link

Update generated app code with ValidationError #359

Closed freaz closed 1 year ago

freaz commented 1 year ago

OneClient will throw ValidationError on invalid user inputs. This PR updates generated app code to reflect it.

https://github.com/superfaceai/one-sdk/pull/90

Plus updated formatting of python code as said in PEP8.