fastai / ghapi

A delightful and complete interface to GitHub's amazing API
https://ghapi.fast.ai/
Apache License 2.0
609 stars 62 forks source link

How can I get the HTTP response status code after calling the APIs? #175

Open paradise321 opened 5 months ago

paradise321 commented 5 months ago

I love the tiny implementation, it's really beautiful! But How can I get the HTTP response status code after calling the APIs? Like the status code for 200, 404, etc. Seems I wasn't able to find it, thanks!