yanyongyu / githubkit

The modern, all-batteries-included GitHub SDK for Python, including rest api, graphql, webhooks, like octokit!

Home Page:https://yanyongyu.github.io/githubkit/

Repository from Github https://github.comyanyongyu/githubkitRepository from Github https://github.comyanyongyu/githubkit

Enable SSL configuration

Kilo59 opened this issue · comments

I need to be able to set a custom cert file.
HTTPX has multiple methods of enabling this.

https://www.python-httpx.org/advanced/ssl/

Allowing a verify passthough to the underlying Httpx Client seems like the easiest solution.
https://yanyongyu.github.io/githubkit/usage/configuration/