1.0.2 • Published 7 years ago

soajs.artifact v1.0.2

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
7 years ago

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
1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago