FusionAuth / fusionauth-client-builder

The FusionAuth client library builder
https://fusionauth.io/
Apache License 2.0
6 stars 24 forks source link

Use Python optional parameters #8

Closed andystanley closed 4 years ago

andystanley commented 4 years ago

Makes use of Python's optional parameters as outlined here https://github.com/FusionAuth/fusionauth-python-client/issues/5.

I'm not super familiar with the FreeMarker language so welcome any comments on better ways to do this!

matthew-altman commented 4 years ago

@andystanley Thanks for the PR!