File tree 2 files changed +227
-80
lines changed
2 files changed +227
-80
lines changed Original file line number Diff line number Diff line change @@ -134,3 +134,39 @@ Response:
134
134
}
135
135
```
136
136
## 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
+ ```
You can’t perform that action at this time.
0 commit comments