Trails-Through-Shadows / TTS-API

A communication interface between database and applications, including validation and game logic.
https://api.tts-game.fun/swagger-ui/index.html
0 stars 0 forks source link

[FEATURE] Filtering between tag #21

Closed Firestone82 closed 8 months ago

Firestone82 commented 8 months ago

I would like to filter number between specific interval. Currently I can filter by gt, lt like https://api.tts-game.fun/parts?filter=id:gt:15,id:lt:17

Would be nice if I could do id:btw:1_20. Choosing specator is tricky, what if -10 to 5 https://api.tts-game.fun/parts?filter=id:btw:1_20

Thanks