Expand description
HTTP client for cloud API communication.
Provides the CloudClient for interacting with the Lore cloud service,
including sync operations (push/pull) and status queries.
Structsยง
- ApiResponse
- Generic API response wrapper.
- Cloud
Client - Cloud API client for sync operations.
- Pull
Response - Response from pulling sessions.
- Pull
Session - A session returned from the cloud for pulling.
- Push
Request - Request payload for pushing sessions.
- Push
Response - Response from pushing sessions.
- Push
Session - A session prepared for pushing to the cloud.
- Salt
Request - Request for setting the encryption salt.
- Salt
Response - Response from getting the encryption salt.
- Session
Metadata - Unencrypted session metadata for cloud display.
- Sync
Status - Sync status response from the cloud service.