beanbag
beanbag copied to clipboard
How to access response headers?
While trying to access gitlab api and dealing with pagination, i need access to the resonse headers.
As it looks from the code the response header is thrown away in the decode() function.
Is there a workaround i can use? I was trying to simply subclass BeanBag but that complained about missing:
AttributeError: 'MyBeanBagBase' object has no attribute 'base_url'
Kind regards
Hauke