Skip to content

Commit b72b91f

Browse files
author
Jerome Louvel
committed
Update README.md
1 parent b4451b9 commit b72b91f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/org.restlet.tutorial.webapi/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Restlet Framework Web API Reference Implementation
1+
# Restlet Framework Web API Sample Implementation
22

33
## Prerequisites
44

@@ -65,7 +65,7 @@ This is a diagram of the API :
6565
6666
## Implementation choices
6767

68-
* The persistence layer has been done to be as simple as possible. The aim of this example is to show how to build a reference Web API with Restlet Framework.
68+
* The persistence layer has been done to be as simple as possible. The aim of this example is to show how to build a realistic Web API with Restlet Framework.
6969
* The API was designed to use meaningful URLs. For example, for contacts the email is used as an identifier instead of a technical id (which does not mean anything for a user). On the contrary, for companies an autogenerated id has been chosen.
7070
* There is not POST method for contacts as a contact is defined by his/her email. To add a contact, you must do a PUT on ```/contacts/{email}```
7171

0 commit comments

Comments
 (0)