If you type electrum help, you'll see a list of API calls to the wallet.
You can do electrum listaddresses, then choose an address and do electrum setlabel 1MyAddr.. mylabel
How are the API calls done? Can i use JSON to a port? or is this strictly a python call?
What is the expected parameters for each call? These are the things I'd like to have documented.
Is there a plugin that makes these commands available over an ethernet port? If that doesn't exist, Should it? Would it be helpful to have a bounty put up to have one made?
These are python calls.
I just added the list of commands and parameters to the documentation wiki:
https://electrum.orain.org/wiki/List_of_commandsThere is also an electrum daemon, that is be accessed with JSON over a port.
However, it has different commands (see stratum)