namachieli / numista-api-sdk

A Python SDK for the Numista API
MIT License
6 stars 0 forks source link

Add decode options to getters #24

Open namachieli opened 2 years ago

namachieli commented 2 years ago

A lot of the text returned from the API is HTML encoded (single and double quotes for example), which makes working with text a pain. It would be easy enough to add a loop to pre-parse the data and decode away HTML encoding.

Of course, add a parameter to the functions to ignore this, but set decode to be the default behavior.