Closed joeyvanlierop closed 4 years ago
Should there be a limit on the number of comics in the range? It seems like a bad idea to let users request thousands of comics.
@joeyvanlierop I just started working on this. What should our approach be for ranges that are entered backwards? e.g. "!590...550"
It's up to you. I don't think it would be too difficult to make it work in reverse, however if the solution becomes convoluted or very unintuitive, feel free to ignore it.
Note: There is currently an open pull request that worked on this. Check it out here if you want some guidance.
Solved in #24
Implement the ability to comment "!585...590" and return the comics with id's 585, 586, 587, 588, 589, 560. More information can be found here.