Expand description
EndBASIC service client.
Structs§
- Access
Token - An opaque access token obtained during authentication and used for all subsequent requests against the server.
- Cloud
Service - An implementation of the EndBASIC service client that talks to a remote server.
- Directory
Entry - Representation of a single directory entry as returned by the server.
- Error
Response - Representation of the details of an error response.
- GetFile
Request - Representation of a file query.
- GetFile
Response - Representation of the response to a file query.
- GetFiles
Response - Representation of a directory enumeration response.
- Login
Response - Representation of a login response.
- Patch
File Request - Representation of an atomic file update.
- Signup
Request - 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 themachine
, usingconsole
to display information andstorage
to manipulate the remote drives.