monitisexchange / Python-SDK

Monitis Python SDK
portal.monitis.com
5 stars 5 forks source link

Change "required" and "optional" parameters to validate_kwargs positional params #17

Closed jeremiahshirk closed 12 years ago

jeremiahshirk commented 12 years ago

Currently, they're specified as named parameters, and these could conflict with kwargs being validated.

jeremiahshirk commented 12 years ago

Run all unit tests after the change, verify that nothing depends on these being named args.