12345678910111213141516 |
- {
- "endpoints": [
- {
- "url": "/index.json",
- "method": "get",
- "description": "returns this file"
- },
- {
- "url": "/v1/data/[path]/[key]",
- "method": "get",
- "description": "reads the content of the specified path and key"
- }
- ],
- "instructions": "This file is to reveal the available endpoints for this API"
- }
|