xedus

Results 2 comments of xedus

I don't know how to access the raw response header from the API object. `fd_api = API(domain, api_key)` `tickets = fd_api.tickets.filter_tickets(query)` the following is called from within the loop: `...

oh you are parsing the error message itself. that is clever I might just do that. previously I was trying to access the raw HTTP response looking for this portion:...