Skip to content

michel19/soajs.artifact

 
 

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%