@jaspero/cron-server
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

Deploy

Cron Server

The Cron Server is CRON management server with a Restful API. It consists of 4 modules Users, Accounts, Jobs and Responses.

Rest API Documentation

Users

Users are administrators with access to the UI. There isn't any roles system so each user has permission to perform any actions in the platform including adding and removing other users.

Accounts

An account is an application using the API. It's a name and API Key pair that authenticates with the app using basic authentication.

Jobs

Jobs are the core of the application. A job is a CRON along with information for the request that should be sent in each invocation.

Responses

Each invocation of a job creates a response, this contains the status and time as well as optionally the returned request body and headers.

Readme

Keywords

none

Package Sidebar

Install

npm i @jaspero/cron-server

Weekly Downloads

1

Version

1.1.0

License

none

Unpacked Size

65 kB

Total Files

37

Last publish

Collaborators

  • flauc1
  • antoniostipic