first init
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user