Skip to content

JanGross/toho-jose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jose-banner

Render-Job server for Toho-Miku

Endpoints:

  • [GET] /
    • Returns a string "Job handling server"
  • [GET] /jobs
    • Returns a JSON object containing a count and items for the queued, waiting, and finished jobs.
  • [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 of 200 are returned in the response.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published