Skip to content

API Docs

bianca rosa edited this page Jan 20, 2019 · 4 revisions

Healthcheck - GET [/]

This is a route that turns the API Health.

A boolean parameter named checkDependencies should be implemented as in #12

Tasks - GET [/tasks/:uuid]

Returns the status of a task.

Async - POST [/async]

Creates an async task.

Request body

{
    "method": "GET",
    "url": "http://www.google.com",
    "name": "identify your task"
}
Clone this wiki locally