Address Manager API
Basic address managment service interface for for RWMBook.
- ALPS
- Application State Diagram
- Semantic Descriptors
- city (semantic), The locality in which the street address is, and which is in the region.
- collection (semantic), List of email records
- doCreate (unsafe), Create a new address record
- doRemove (idempotent), Remove an existing address record
- doUpdate (idempotent), Update an existing email record
- email (semantic), Email address associated with the address
- goFilter (safe), Filter the list of email records
- goHome (safe), Go to the Home resource
- goItem (safe), Go to a single email record
- goList (safe), Go to the list of email records
- home (semantic), Home (starting point) of the address manager service
- id (semantic), Id of the address record
- item (semantic), Single email record
- name (semantic), Full name of the person
- state (semantic), The region in which the locality is.
- street (semantic), The street address.
- zipcode (semantic), The postal code.
- Tags