jpetrucciani / hubspot3

python3.6+ hubspot client based on hapipy, but modified to use the newer endpoints and non-legacy python
MIT License
147 stars 73 forks source link

base.py #85

Closed MutelS closed 4 years ago

MutelS commented 4 years ago

fixed url formation with the addition of properties.

jpetrucciani commented 4 years ago

This works for certain APIs, but will break others like DealsClient and ProductsClient, which actually do use properties= instead of property=. I'm not sure that we should change this default behavior, as that'd break it for anyone currently using that kwarg