#rest #skootrs #experimental #module #cli #service

skootrs-rest

This is an experimental module is for a REST API for Skootrs

1 unstable release

0.1.0 Apr 15, 2024

#706 in HTTP server

Download history 116/week @ 2024-04-12 12/week @ 2024-04-19

128 downloads per month
Used in skootrs-bin

Apache-2.0

355KB
7.5K SLoC

Skootrs-rest

This is an experimental module is for a REST API that is a Skootrs implementation. Over time this will evolve into the main mechanism for handling Skootrs project management and the CLI will just connect to a local running service running the API.


lib.rs:

This is the crate where the REST API for Skootrs is defined. The REST API should have feature parity with the CLI. The REST API uses Actix and also utilizes utoipa for OpenAPI documentation and functionality.

Dependencies

~30–45MB
~840K SLoC