fathomnet / fathomnet-py

FathomNet Python client
https://fathomnet-py.readthedocs.io
MIT License
24 stars 3 forks source link

Escape concept names #18

Closed kevinsbarnard closed 1 year ago

kevinsbarnard commented 1 year ago

Some requests (e.g., during fathomnet.api.images.find_by_concept) fail when including certain concepts in the URL. The concept likely needs to be escaped to avoid this.

kevinsbarnard commented 1 year ago

Could not reproduce the issue.