Skip to content

netconf_client: support multiple sequential tests#7

Open
makkrnic wants to merge 1 commit intofreenetconf:masterfrom
makkrnic:master
Open

netconf_client: support multiple sequential tests#7
makkrnic wants to merge 1 commit intofreenetconf:masterfrom
makkrnic:master

Conversation

@makkrnic
Copy link
Contributor

add support for chaining multiple tests in form of builder-like pattern

netconf_client.create()                                                
  .get(null, function(reply) {                                         
    console.log("Reply")                                               
    console.log(reply)                                                 
    console.log(util.inspect(reply, {showHidden: false, depth: null}));
  })                                                                   
  .get(null, function(reply) {                                         
    console.log("Reply")                                               
    console.log(reply)                                                 
    console.log(util.inspect(reply, {showHidden: false, depth: null}));
  })                                                                   

Signed-off-by: Mak Krnic <mak.krnic@sartura.hr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant