/test_node

test REST API with node.js and elastic search

Primary LanguageJavaScript

test_node friends REST API

Test REST API with node.js and Elastic search

model

var friend = {
    name: "string",
    description: "string"
}

whats provided

  • POST (/api/friends)
  • GET (/api/friends)