Rework send membership and identity documents examples
- [enh] Improve
send_identity.py
example- Pass the
key
toget_identity_document()
- Rename the file to
send_identity
for consistency with the other files
- Pass the
- [enh] Improve
send_membership.py
example- Remove the useless
Identity
document generation - Pass the
key
toget_membership_document()
- Get the
uid
and thetimestamp
from the identity get from/wot/lookup
- Remove the useless
- [mod] Improve
bma
imports insend_*.py
examples