Crates.io | katal_github_client |
lib.rs | katal_github_client |
version | 0.15.2 |
created_at | 2025-09-02 01:06:59.61194+00 |
updated_at | 2025-09-04 01:09:58.131354+00 |
description | GitHub client |
homepage | https://github.com/demurgos/github-client |
repository | https://github.com/demurgos/github-client |
max_upload_size | |
id | 1820394 |
size | 201,279 |
Client for the GitHub API.
Run the following command in your project:
cargo add katal_github_client
See examples directory.
This library is organized as a set of tower_service
handlers.
This allows to abstract the transport layer and focus on the GitLab API.
This library is incomplete for now. Development is not a high priority. New APIs are added as needed.
If you want to improve the library, feel free to open an issue or send a PR. Breaking changes are allowed. Note however that review times may be slow.