{
    "$schema": "https://unpkg.com/@squiz/dx-json-schema-lib@latest/lib/manifest/userApiManifest/UserApiManifestV1.json",
    "name": "all-methods-api",
    "displayName": "Covers enum methods",
    "filesDir": "src",
    "entry": "index.ts",
    "manifest": {
        "endpoints": [
            { "path": "/g", "method": "GET", "handler": "handlers.g" },
            { "path": "/po", "method": "POST", "handler": "handlers.po" },
            { "path": "/pu", "method": "PUT", "handler": "handlers.pu" },
            { "path": "/pa", "method": "PATCH", "handler": "handlers.pa" },
            { "path": "/d", "method": "DELETE", "handler": "handlers.d" },
            { "path": "/o", "method": "OPTIONS", "handler": "handlers.o" },
            { "path": "/h", "method": "HEAD", "handler": "handlers.h" }
        ]
    }
}
