GideonZ/ultimate_releases

additioal API endpoints - runners:run_[d64|t64|tap]

Opened this issue ยท 0 comments

Hey there,

the new REST-API is really awesome. ๐ŸŽ†
Thanks a lot! ๐Ÿ‘

Running PRG and CRT files via API is a good start.

Would it be possible to add these endpoints as well?

  • PUT /v1/runners:run_d64?file=...
  • POST /v1/runners:run_d64
  • PUT /v1/runners:run_t64?file=...
  • POST /v1/runners:run_t64
  • PUT /v1/runners:run_tap?file=...
  • POST /v1/runners:run_tap

D64, T64, and TAP files can already be run directly on the Ultimate64.

Adding these features to the REST API would be even more awesome.