Module: Rexec
- Defined in:
- lib/rexec.rb,
lib/rexec/error.rb,
lib/rexec/client.rb,
lib/rexec/version.rb,
lib/rexec/terminal.rb,
lib/rexec/container.rb,
lib/rexec/file_service.rb
Overview
Rexec Ruby SDK — official client for AI-native sandboxes.
Defined Under Namespace
Classes: APIError, AuthError, Client, ConnectionError, Error, FileInfo, FileService, NotFoundError, Sandbox, SandboxService, Terminal, TerminalClosedError, TerminalService
Constant Summary collapse
- VERSION =
"1.1.0"- Container =
Deprecated.
Use Sandbox
Sandbox- ContainerService =
Deprecated.
Use SandboxService
SandboxService
Class Method Summary collapse
-
.new(base_url, token, **options) ⇒ Rexec::Client
Create a new Rexec client.
Class Method Details
.new(base_url, token, **options) ⇒ Rexec::Client
Create a new Rexec client.
32 33 34 |
# File 'lib/rexec.rb', line 32 def new(base_url, token, **) Client.new(base_url, token, **) end |