opengb icon indicating copy to clipboard operation
opengb copied to clipboard

Add script call command

Open NathanFlurry opened this issue 8 months ago • 2 comments

Motivation

There's no easy way to manually call scripts. Should allow doing this via the CLI.

Implementation

TBD how we pass the body to the request.

Alternatives

Auto-generate SDK and create Deno REPL with access to the SDK. This allows using native JS to call the functions with type safety.

NathanFlurry avatar Jul 02 '24 22:07 NathanFlurry