Add a link to the Codex API Postman Collection (#49)

This commit is contained in:
Slava 2024-10-28 18:38:48 +02:00 committed by GitHub
parent 929a51084c
commit 9623e469ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,4 +2,4 @@
Codex uses REST API to interact with the node and we can use HTTP client for interaction and configuration.
API specification can be found on the [api.codex.storage](https://api.codex.storage) and it is generated based on [openapi.yaml](https://github.com/codex-storage/nim-codex/blob/master/openapi.yaml).
API specification can be found on the [api.codex.storage](https://api.codex.storage) and it is generated based on [openapi.yaml](https://github.com/codex-storage/nim-codex/blob/master/openapi.yaml). We also generate a [Postman Collection](https://api.codex.storage/postman.json).