SiftScience / sift-python

Sift API (Python client)
MIT License
20 stars 23 forks source link

track method uses deprecated return_score #27

Closed ubaldo closed 8 years ago

ubaldo commented 9 years ago

Param is useless. I had to add '?return_action=true' to get the score back in the response

philfreo commented 8 years ago

Yep @JohnMcSpedon please update your Python client to actually match what your API expects for synchronous calls requesting actions or score. e.g. We shouldn't have to pass a custom path with a querystring...

fredsadaghiani commented 8 years ago

I'll take this on. I'll have something soon!

fredsadaghiani commented 8 years ago

I just released v1.1.2.5. Please take a look @philfreo @ubaldo