Structs§
- Published
Card - Result of a successful Wrapped publish (
POST /api/wrapped). Theedit_tokenis 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). - Register
Result
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 asX-Edit-Token).