Can’t decide between resource or route based invokation
Due to immense noob’ity regarding Python in general and Flask in particular, I’m fundamentally confused regarding the conventions, best practices and common know-how. I try to follow the examples provided by Microsoft (as we’re working with Azure) and I start to suspect they might be… Microsoft’ish (i.e. “it works but…”).
TypeError: Object of type Response is not JSON serializable, when sending a patch request to update user data
When using flask I try to send a patch request to update user data but get a TypeError message instead which I cant seem to figure out why.
TypeError: Object of type Response is not JSON serializable, when sending a patch request to update user data
When using flask I try to send a patch request to update user data but get a TypeError message instead which I cant seem to figure out why.
TypeError: Object of type Response is not JSON serializable, when sending a patch request to update user data
When using flask I try to send a patch request to update user data but get a TypeError message instead which I cant seem to figure out why.