Skip to content

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