ordinary-api 0.8.2

API server for Ordinary
Documentation
{
  "domain": "test.example.com",
  "contacts": [
    "test@example.com"
  ],
  "version": "0.1.0",
  "storage_size": 2000000,
  "secrets": [
    {
      "name": "TEST_SECRET",
      "source": "Stored",
      "visibility": "Integrations"
    }
  ],
  "actions": [
    {
      "ffi": {
        "version": "V1",
        "serialization": "FlexBufferVector"
      },
      "idx": 0,
      "name": "test",
      "lang": "Rust",
      "dir_path": "./actions/test",
      "transactional": false,
      "access": [],
      "accepts": "Json",
      "returns": "Json",
      "triggered_by": [
        {
          "Json": {
            "route": "/test",
            "method": "POST"
          }
        }
      ]
    }
  ],
  "templates": [
    {
      "ffi": {
        "version": "V1",
        "serialization": "FlexBufferVector"
      },
      "idx": 0,
      "name": "home",
      "mime": "text/html",
      "path": "./templates/index.html",
      "route": "/",
      "cache": {}
    }
  ]
}