Crate endbasic_client

Source
Expand description

EndBASIC service client.

Structs§

AccessToken
An opaque access token obtained during authentication and used for all subsequent requests against the server.
CloudService
An implementation of the EndBASIC service client that talks to a remote server.
DirectoryEntry
Representation of a single directory entry as returned by the server.
ErrorResponse
Representation of the details of an error response.
GetFileRequest
Representation of a file query.
GetFileResponse
Representation of the response to a file query.
GetFilesResponse
Representation of a directory enumeration response.
LoginResponse
Representation of a login response.
PatchFileRequest
Representation of an atomic file update.
SignupRequest
Representation of a signup request.

Constants§

PROD_API_ADDRESS
Base address of the production REST API.

Traits§

Service
Abstract interface to interact with an EndBASIC service server.

Functions§

add_all
Adds all remote manipulation commands for service to the machine, using console to display information and storage to manipulate the remote drives.