Skip to main content

Module cloud_client

Module cloud_client 

Source

Structs§

PublishedCard
Result of a successful Wrapped publish (POST /api/wrapped). The edit_token is returned (and must be stored to delete/claim later) only on a fresh insert; on a signed re-publish the server updates the existing card in place and omits it (the client keeps the stored one).
RegisterResult

Functions§

api_url
contribute
fetch_plan
forgot_password
is_cloud_user
is_logged_in
load_api_key
load_cloud_models
login
oauth_register_client
publish_wrapped
Publish a whitelisted Wrapped payload. Accepts either a bare payload (legacy anonymous) or a signed envelope {payload_json, public_key, signature} (login-less identity → server upsert). No account auth; the server rate-limits per IP. Contract: docs/contracts/wrapped-permalink-v1.md.
pull_cloud_models
pull_knowledge
push_buddy
push_cep
push_commands
push_feedback
push_gain
push_gotchas
push_knowledge
register
save_cloud_models
save_credentials
save_plan
sync_stats
unpublish_wrapped
Delete a previously published card using its one-time edit_token (sent as X-Edit-Token).