API new commands #678

Open
opened 2014-05-31 18:05:20 +02:00 by cjeanneret · 1 comment
cjeanneret commented 2014-05-31 18:05:20 +02:00 (Migrated from github.com)

Hello,

It would be wonderful to get the following commands in the API:

getAddress

args: <address>
Returns: address, label
Targets: either addressbook or personnal addresses

updateAddressLabel

args: <address> <label>
Returns: success if address exists and has been updated, failuer otherwise
Targets: either addressbook or personnal addresses

Use cases:
the first one will allow to get the label related to an address — may be good for some application devel.

The second one aims to allow label update — this would let us use the createDeterministicAddress and set up later a proper label, different from the default one

I may have a look in order to properly implement that… But I don't promise it

Cheers,

C.

Hello, It would be wonderful to get the following commands in the API: ## getAddress args: `<address>` Returns: address, label Targets: either addressbook or personnal addresses ## updateAddressLabel args: `<address>` `<label>` Returns: success if address exists and has been updated, failuer otherwise Targets: either addressbook or personnal addresses Use cases: the first one will allow to get the label related to an address — may be good for some application devel. The second one aims to allow label update — this would let us use the createDeterministicAddress and set up later a proper label, different from the default one I _may_ have a look in order to properly implement that… But I don't promise it Cheers, C.
stevedekorte commented 2014-12-15 23:42:36 +01:00 (Migrated from github.com)

++ I had to work around this by having my code kill the server, parse and rewriting the config file, and then restarting the server. Not an ideal solution.

++ I had to work around this by having my code kill the server, parse and rewriting the config file, and then restarting the server. Not an ideal solution.
This repo is archived. You cannot comment on issues.
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Bitmessage/PyBitmessage-2025-03-02#678
No description provided.