https://github.com/cytechmobile/radicle-http-api
https://github.com/cytechmobile/radicle-http-api
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cytechmobile/radicle-http-api
- Owner: cytechmobile
- License: apache-2.0
- Created: 2024-06-07T12:44:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T09:16:32.000Z (over 1 year ago)
- Last Synced: 2025-10-10T15:33:19.121Z (8 months ago)
- Language: Rust
- Size: 8.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Radicle HTTP API
This is a temporary fork of the original `radicle-httpd` API that allows us to keep `Create/Update/Delete`
that was removed from the original API.
We still need these to support:
- machine-to-machine communication, such as integration with other 3rd party systems (e.g. CI engines that would typically want to _push_ updates to Radicle, once a job has completed),
- web applications that mutate project state, such as the [Radicle Planning Boards](https://explorer.radicle.gr/nodes/seed.radicle.gr/rad:z2BdUVZFvHdxRfdtGJQdSH2kyXNM6).
This fork of the API offers a viable alternative to keeping these functional, until we can find a better way to support these scenarios.
This is **not** part of the Radicle core stack. Please treat as a community project. For any questions please reach out to the `#integrations` channel on https://radicle.zulipchat.com .