giteapy
giteapy copied to clipboard
Python SDK for Gitea - A painless, self-hosted Git service
As example: [this PR](https://github.com/go-gitea/gitea/pull/14601), documented [here](https://docs.gitea.com/api/1.21/#tag/issue/operation/issueListIssueCommentAttachments). I installed from PyPI: `pip install giteapy`
What do you think of using the value of environment variable `REQUESTS_CA_BUNDLE` for `Configuration.ssl_ca_cert` by default ? This is the variable used by `urllib`, but since giteapy uses its configured...
Hello, I got a gitea docker instance up an running locally with the intention to have a local backup of my github/gitlab repositories. Ideally I would like to have the...
Under what license is this code released?
This is a re-generation of the swagger code and docs based on the API in Gitea version 1.14.1.
Hi there, As per the [doc](https://github.com/dblueai/giteapy/blob/master/docs/UserApi.md#return-type-3), the `user_create_token` of `UserApi` returns `None` since the response body is empty. In this case, one can only create tokens without the possibility to...
This is a re-generation of the swagger code and docs based on the API in Gitea version 1.12.0.