theY4Kman / infusionsoft-client

Sexy Infusionsoft XML-RPC API client
https://pypi.python.org/pypi/infusionsoft-client
Apache License 2.0
7 stars 1 forks source link

Mark optional arguments #4

Closed theY4Kman closed 7 years ago

theY4Kman commented 7 years ago

Some arguments to calls are not required (like orderBy and ascending). These should have defaults, so they're marked as optional. It would be lovely if the real default value was used... but that might be hard to parse.

theY4Kman commented 7 years ago

Added in e4e5476bc3601af63b487afb408581af1e155062. I left out default values, and I'm doubtful I'll add them in my leisure, unless someone wants them.