- [GET] /
- Returns a string "Job handling server"
- [GET] /jobs
- Returns a JSON object containing a count and items for the
queued
,waiting
, andfinished
jobs.
- Returns a JSON object containing a count and items for the
- [POST] /jobs
- Accepts a JSON object in the request body, generates a unique job ID using an MD5 hash, and adds the job to the
queued
jobs object. The generated job ID and a status code of200
are returned in the response.
- Accepts a JSON object in the request body, generates a unique job ID using an MD5 hash, and adds the job to the
-
Notifications
You must be signed in to change notification settings - Fork 0
JanGross/toho-jose
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published