1
0
Fork
You've already forked forgejo_sdk_rust
0
forked from VoiDD/forgejo-sdk
A Rust SDK for the Forgejo REST API.
  • Rust 97.5%
  • Nix 2.5%
2025年06月19日 23:15:02 +03:00
.woodpecker chore: add ci config 2024年01月25日 16:24:55 +01:00
examples feat(git_support): add a git url parser 2024年01月30日 15:23:32 +03:00
src fix: hotfix for color-eyre users 2025年06月19日 23:15:02 +03:00
test_data chore: update pr, issue and user to forgejo v11's api, rework tests to facilitate checking compliance to that 2025年06月19日 21:17:12 +03:00
.envrc Initial commit 2024年01月12日 21:39:42 +03:00
.gitignore Initial commit 2024年01月12日 21:39:42 +03:00
Cargo.lock chore: update pr, issue and user to forgejo v11's api, rework tests to facilitate checking compliance to that 2025年06月19日 21:17:12 +03:00
Cargo.toml fix: diagnostics?????? 2024年01月23日 14:34:50 +03:00
flake.lock Initial commit 2024年01月12日 21:39:42 +03:00
flake.nix Initial commit 2024年01月12日 21:39:42 +03:00
LICENSE Initial commit 2024年01月12日 21:39:42 +03:00
README.md feat: document the entirity of lib.rs 2025年06月19日 21:32:11 +03:00
rustfmt.toml chore: clippy fix, rustfmt 2024年01月24日 19:57:13 +03:00

forgejo-sdk

A simple Rust SDK for the Forgejo REST API.

Trivially testable (cargo test) for compliance with API, although incomplete at this moment.

Used in fjo, so it's suited first for fjo and then general use. I recommend you use its code as a reference to build your own projects using this sdk.

Implemented Structures

  • issues

  • labels

  • milestones

  • organizations

  • pull requests

  • releases

  • repositories

  • users

  • (?) wiki

Updated and checked structures (towards forgejo v11 api) (remove when done)

  • issues
  • labels
  • milestones
  • organizations
  • pull requests
  • releases
  • repositories
  • users