Merge pull request #624 from PR0M3TH3AN/codex/add-note-to-api-reference-and-reformat

Update API docs with GUI adapter note
This commit is contained in:
thePR0M3TH3AN
2025-07-17 22:21:28 -04:00
committed by GitHub

View File

@@ -2,6 +2,9 @@
This guide covers how to start the SeedPass API, authenticate requests, and interact with the available endpoints. This guide covers how to start the SeedPass API, authenticate requests, and interact with the available endpoints.
**Note:** All UI layers, including the CLI, BeeWare GUI, and future adapters, consume this REST API through service classes in `seedpass.core`. See [docs/gui_adapter.md](docs/gui_adapter.md) for more details on the GUI integration.
## Starting the API ## Starting the API
Run `seedpass api start` from your terminal. The command prints a onetime token used for authentication: Run `seedpass api start` from your terminal. The command prints a onetime token used for authentication: