Skip to content

HerronTech/soajs.artifact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

soajs.artifact

This is an artifact to be used as a starting template to build SOAJS service. This is an address book service to be used as learn by example

Get contact(s) - GET

  • API /contact/:id - Get contact by ID
  • API /contact/match/:q - Get contacts based on matching query
  • API /contact - Get all contacts

Modify contact - PUT

  • API

Delete contact - DELETE

  • API

Add contact(s) - POST

  • API
  • API