soajs.artifact

SOAJS Learning Artifact

Usage no npm install needed!

<script type="module">
  import soajsArtifact from 'https://cdn.skypack.dev/soajs.artifact';
</script>

README

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