index.json 326 B

12345678910111213141516
  1. {
  2. "endpoints": [
  3. {
  4. "url": "/index.json",
  5. "method": "get",
  6. "description": "returns this file"
  7. },
  8. {
  9. "url": "/v1/data/[path]/[key]",
  10. "method": "get",
  11. "description": "reads the content of the specified path and key"
  12. }
  13. ],
  14. "instructions": "This file is to reveal the available endpoints for this API"
  15. }