Discussions
Converting response to JSON not working
about 1 year ago by snake
When I try to convert data to JSON via data.json() - this is Python by the way - it gives the error
'ResponseWrapperTokenSecurity' object has no attribute 'json'
How do I make the response subscriptable?