atsign-foundation/at_java

Enhance REPL so that some AtClient methods can be called interactively

Closed this issue · 6 comments

gkc commented

Is your feature request related to a problem? Please describe.
REPL is super-useful but currently just handles everything it's sent as an @ protocol command which it sends directly to the Secondary; this greatly limits its usefulness for interactive sharing of data, as the value needs to be encrypted before it is sent

Describe the solution you'd like
Enable share(..), get(..), put(..), delete(..) methods to be called from the REPL. At a minimum, support share(..) and get(..)

I've already started on this

I'd like to continue working on this

gkc commented

Thanks Jeremy. FYI I've added a very simple get and put into the REPL

Okay I will continue on what you have built

#34

Continuing in PR45

@ksanty The code is done.. but the code is waiting to be merged. Should this move to the next sprint?