Put and Get data asynchronously
You have mail!
Sending and receiving data
await atClient.put(sharedRecordID, message, putRequestOptions: pro);dart run .\bin\at_key_put.dart
--help Usage instructions
-a, --atsign (mandatory) This client's atSign
-n, --namespace (mandatory) Namespace
-k, --key-file Your atSign's atKeys file if not in ~/.atsign/keys/
-c, --cram-secret atSign's cram secret
-h, --home-dir home directory
-s, --storage-dir directory for this client's local storage files
-d, --root-domain Root Domain
(defaults to "root.atsign.org")
-v, --verbose More logging
--never-sync Do not run sync
-o, --other-atsign (mandatory) The atSign we want to communicate with
-m, --message (mandatory) The message we want to send
Invalid argument(s): Option other-atsign is mandatory.
Last updated