xboxapi / Python-Wrapper

Python wrapper for https://xapi.us
MIT License
39 stars 16 forks source link

Always cast term to str when building endpoint url #29

Open 0verbyte opened 6 years ago

0verbyte commented 6 years ago

The assumption now is that "term" is being passed as a string to parse_endpoints_*, but will throw an invalid type error if it is passed an int.

This can be fixed in #28 since we'll be near this code anyways.