mazaid-rest-checks

checks REST API


Keywords
mazaid
License
MIT
Install
npm install mazaid-rest-checks@0.1.12

Documentation

mazaid-rest-checks

Code Climate Test Coverage Build Status

checks REST API

Entity

{
    id: "<Uuid>",
    name: "<String>",
    title: "<String>",
    description: "<String>",
    checker: "<String>",
    data: {
        // ...
    },
    active: "<Boolean>",
    deleted: "<Boolean>"

}

REST API

GET /checks

POST /checks

GET /checks/:name

PATCH /checks/:name

DELETE /checks/:name

License

MIT