mrapids 0.1.7

Your OpenAPI, but executable
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  "description": "Private configuration snippet",
  "public": false,
  "files": {
    "config.yaml": {
      "content": "# Private configuration\napi_key: ${API_KEY}\nendpoint: https://api.example.com\ntimeout: 30"
    },
    "secrets.env": {
      "content": "# Environment variables\nDATABASE_URL=postgresql://localhost/myapp\nREDIS_URL=redis://localhost:6379"
    }
  }
}