Skip to content

Commit 494c0a4

Browse files
committed
2 parents 7049968 + 8a64cd5 commit 494c0a4

File tree

2 files changed

+227
-80
lines changed

2 files changed

+227
-80
lines changed

README.md

+36
Original file line numberDiff line numberDiff line change
@@ -134,3 +134,39 @@ Response:
134134
}
135135
```
136136
## Interface
137+
```browser
138+
Bash interface :
139+
./client -h : synopsis
140+
./client -v : version with authors names
141+
142+
Register to system:
143+
./client --register username:password
144+
145+
Recover lost userkey:
146+
./client --recoverKey <USERNAME>:<PASSWORD>
147+
148+
View movies :
149+
All movies:
150+
./client --movies
151+
152+
By ID:
153+
./client --movieID <MOVIEID>
154+
155+
By Name (or part of name,prefix):
156+
./client --movieName "MOVIE NAME"
157+
158+
View locations:
159+
All without filtering:
160+
./client --locations
161+
162+
By ID:
163+
./client --locationID <ID>
164+
165+
By Country:
166+
./client --locations --country <COUNTRY>, may be used country prefix
167+
168+
By City:
169+
./client --locations --city <CITY> , may be used city prefix
170+
171+
Order : IN DEVELOPING
172+
```

0 commit comments

Comments
 (0)