api-client
api-client copied to clipboard
user_profile query is broken
currently, calling SearchAPI.user_profile() raises a json decoding related runtime error. Hopefully an easy fix? This is neccesary for a secure sous-chef interface on the web.
The user_profile endpoint being hit here returns html, not json- so the bug is actually in web_search- I'll make an issue over there.
seems to be working now