You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//curl -X GET "http://localhost:8080/questions?offset=10"
193
+
//
194
+
//
195
+
//curl -X GET "http://localhost:8080/questions?title=Reverse%20a%20String"
196
+
//
197
+
//curl -X GET "http://localhost:8080/questions?complexity=Easy,Medium"
198
+
//
199
+
//curl -X GET "http://localhost:8080/questions?categories=Algorithms,Data%20Structures"
200
+
//
201
+
//curl -X GET "http://localhost:8080/questions?categories=Algorithms,Data%20Structures&complexity=Easy,Medium"
202
+
//
203
+
//curl -X GET "http://localhost:8080/questions?categories=Algorithms,Strings&title=Reverse%20a%20String"
204
+
//
205
+
//curl -X GET "http://localhost:8080/questions?complexity=Easy,Medium&title=Reverse%20a%20String"
206
+
//
207
+
//curl -X GET "http://localhost:8080/questions?complexity=Easy,Medium&title=Reverse%20a%20String&categories=Algorithms,Strings"
208
+
//
209
+
//
210
+
//curl -X GET "http://localhost:8080/questions?sortField=title&sortValue=asc&offset=10"
211
+
//
212
+
//curl -X GET "http://localhost:8080/questions?sortField=createdAt&sortValue=desc&offset=10"
213
+
//
214
+
//curl -X GET "http://localhost:8080/questions?sortField=complexity&sortValue=desc&offset=10"
215
+
//
216
+
//curl -X GET "http://localhost:8080/questions?sortField=id&sortValue=asc&offset=10"
217
+
//
218
+
//curl -X GET "http://localhost:8080/questions?limit=5"
219
+
//
220
+
//curl -X GET "http://localhost:8080/questions?limit=5&offset=10"
221
+
//
222
+
//
223
+
//curl -X GET "http://localhost:8080/questions?title=Reverse%20a%20String&sortField=complexity&sortValue=desc"
224
+
//
225
+
//curl -X GET "http://localhost:8080/questions?complexity=Easy,Medium&sortField=complexity&sortValue=desc"
226
+
//
227
+
//curl -X GET "http://localhost:8080/questions?categories=Algorithms,Data%20Structures&sortField=complexity&sortValue=desc"
228
+
//
229
+
//curl -X GET "http://localhost:8080/questions?categories=Algorithms,Data%20Structures&complexity=Easy,Medium&sortField=complexity&sortValue=desc"
230
+
//
231
+
//curl -X GET "http://localhost:8080/questions?categories=Algorithms,Strings&title=Reverse%20a%20String&sortField=complexity&sortValue=desc"
232
+
//
233
+
//curl -X GET "http://localhost:8080/questions?complexity=Easy,Medium&title=Reverse%20a%20String&sortField=complexity&sortValue=desc"
234
+
//
235
+
//curl -X GET "http://localhost:8080/questions?complexity=Easy,Medium&title=Reverse%20a%20String&categories=Algorithms,Strings&sortField=complexity&sortValue=desc"
236
+
//
237
+
//
238
+
//curl -X GET "http://localhost:8080/questions?title=Reverse%20a%20String&sortField=createdAt&sortValue=desc"
239
+
//
240
+
//curl -X GET "http://localhost:8080/questions?complexity=Easy,Medium&sortField=createdAt&sortValue=desc"
241
+
//
242
+
//curl -X GET "http://localhost:8080/questions?categories=Algorithms,Data%20Structures&sortField=createdAt&sortValue=desc"
243
+
//
244
+
//curl -X GET "http://localhost:8080/questions?categories=Algorithms,Data%20Structures&complexity=Easy,Medium&sortField=createdAt&sortValue=desc"
245
+
//
246
+
//curl -X GET "http://localhost:8080/questions?categories=Algorithms,Strings&title=Reverse%20a%20String&sortField=createdAt&sortValue=desc"
247
+
//
248
+
//curl -X GET "http://localhost:8080/questions?complexity=Easy,Medium&title=Reverse%20a%20String&sortField=createdAt&sortValue=desc"
249
+
//
250
+
//curl -X GET "http://localhost:8080/questions?complexity=Easy,Medium&title=Reverse%20a%20String&categories=Algorithms,Strings&sortField=createdAt&sortValue=desc"
251
+
//
252
+
//
253
+
//curl -X GET "http://localhost:8080/questions?title=Reverse%20a%20String&sortField=id&sortValue=asc"
254
+
//
255
+
//curl -X GET "http://localhost:8080/questions?complexity=Easy,Medium&sortField=id&sortValue=asc"
256
+
//
257
+
//curl -X GET "http://localhost:8080/questions?categories=Algorithms,Data%20Structures&sortField=id&sortValue=asc"
258
+
//
259
+
//curl -X GET "http://localhost:8080/questions?categories=Algorithms,Data%20Structures&complexity=Easy,Medium&sortField=id&sortValue=asc"
260
+
//
261
+
//curl -X GET "http://localhost:8080/questions?categories=Algorithms,Strings&title=Reverse%20a%20String&sortField=id&sortValue=asc"
262
+
//
263
+
//curl -X GET "http://localhost:8080/questions?complexity=Easy,Medium&title=Reverse%20a%20String&sortField=id&sortValue=asc"
264
+
//
265
+
//curl -X GET "http://localhost:8080/questions?complexity=Easy,Medium&title=Reverse%20a%20String&categories=Algorithms,Strings&sortField=id&sortValue=asc"
266
+
//
267
+
//
268
+
//curl -X GET "http://localhost:8080/questions?title=Reverse%20a%20String&sortField=title&sortValue=asc"
269
+
//
270
+
//curl -X GET "http://localhost:8080/questions?complexity=Easy,Medium&sortField=title&sortValue=asc"
271
+
//
272
+
//curl -X GET "http://localhost:8080/questions?categories=Algorithms,Data%20Structures&sortField=title&sortValue=asc"
273
+
//
274
+
//curl -X GET "http://localhost:8080/questions?categories=Algorithms,Data%20Structures&complexity=Easy,Medium&sortField=title&sortValue=asc"
275
+
//
276
+
//curl -X GET "http://localhost:8080/questions?categories=Algorithms,Strings&title=Reverse%20a%20String&sortField=title&sortValue=asc"
277
+
//
278
+
//curl -X GET "http://localhost:8080/questions?complexity=Easy,Medium&title=Reverse%20a%20String&sortField=title&sortValue=asc"
279
+
//
280
+
//curl -X GET "http://localhost:8080/questions?complexity=Easy,Medium&title=Reverse%20a%20String&categories=Algorithms,Strings&sortField=title&sortValue=asc"
281
+
//
282
+
//
283
+
//curl -X GET "http://localhost:8080/questions?complexity=InvalidComplexity"
284
+
//
285
+
//curl -X GET "http://localhost:8080/questions?InvalidFilterField=InvalidComplexity"
286
+
//
287
+
//curl -X GET "http://localhost:8080/questions?sortField=InvalidSortField&sortValue=asc"
288
+
//
289
+
//curl -X GET "http://localhost:8080/questions?sortField=complexity&&sortValue=InvalidSortValue"
0 commit comments