Add REST API documentation

This commit is contained in:
thePR0M3TH3AN
2025-07-09 11:45:47 -04:00
parent 0273015859
commit 1aa9447df2
3 changed files with 52 additions and 2 deletions

View File

@@ -217,7 +217,7 @@ You can also use the new Typer-based CLI:
```bash
seedpass --help
```
For details see [docs/advanced_cli.md](docs/advanced_cli.md).
For a full list of commands see [docs/advanced_cli.md](docs/advanced_cli.md). The REST API is described in [docs/api_reference.md](docs/api_reference.md).
### Running the Application