Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilFerlicot committed Apr 28, 2016
1 parent 3e37f94 commit e417f91
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ Here are the commands and the descriptions.
### Login

**connexion**
- *Server:* send `true` to the Client when the connection is active.
- *Client:* send a `String` with the login and the password te the Server.
- *Server:* send a boolean. `true` if the password is good, `false` if the password is wrong.

Expand All @@ -38,22 +37,18 @@ Here are the commands and the descriptions.
- *Server:* send a `String` containing all the repertoires's id separated by a space.

**chercheRep**
- *Server:* send `true` to the Client when the connection is active.
- *Client:* send the `Repertoire`'s id to search.
- *Server:* send the `Repertoire` to the client.

**retirerRep**
- *Server:* send `true` to the Client when the connection is active.
- *Client:* send the `Repertoire`'s id to remove.
- *Server:* send a Boolean. `true` if the `Repertoire` existed else `false`.

**ajouterRep**
- *Server:* send `true` to the Client when the connection is active.
- *Client:* send the `Repertoire` instance to add.
- *Server:* send a Boolean. `true` if the `Repertoire` did not exist, else `false`.

**accederRep**
- *Server:* send `true` to the Client when the connection is active.
- *Client:* send the `Repertoire`'s id that we need to select.
- *Server:* send `true` if the `Repertoire` exist.

Expand All @@ -63,21 +58,17 @@ Here are the commands and the descriptions.
- *Server:* send a `String` containing all the contacts's name separated by a space.

**cherche**
- *Server:* send `true` to the Client when the connection is active.
- *Client:* send the `Personne`'s id to search.
- *Server:* send the `Personne` to the client.

**retirer**
- *Server:* send `true` to the Client when the connection is active.
- *Client:* send the `Personne`'s id to remove.
- *Server:* send a Boolean. `true` if the `Personne` existed else `false`.

**ajouter**
- *Server:* send `true` to the Client when the connection is active.
- *Client:* send the `Personne` instance to add.
- *Server:* send a Boolean. `true` if the `Personne` did not exist, else `false`.

**modifier**
- *Server:* send `true` to the Client when the connection is active.
- *Client:* send the `Personne` updated.
- *Server:* send `true` if the update succeeded, else `false`.

0 comments on commit e417f91

Please sign in to comment.