21 lines
487 B
Markdown
21 lines
487 B
Markdown
# OVE API documentation
|
|
|
|
Static public API reference served at `https://docs.ove.rs`.
|
|
|
|
Regenerate the machine-readable catalog and OpenAPI documents:
|
|
|
|
```sh
|
|
python3 scripts/generate.py
|
|
```
|
|
|
|
Verify that every public route in the Messenger and Crypto Gateway source is
|
|
documented:
|
|
|
|
```sh
|
|
python3 scripts/verify.py
|
|
```
|
|
|
|
The verifier intentionally excludes Messenger `/internal/*` routes and the
|
|
Crypto Gateway browser console. Hosted checkout endpoints remain part of the
|
|
public reference.
|