server
server copied to clipboard
Adjust message api to get all messages bigger than id
GET /message?until=5
I find until to be confusing. It could also be from 0 until 5. Would you mind if the parameter would be greater instead of until, or something similar?
There is already a since parameter, so until would be the counterpart for this. With the knowledge that the message api returns messages in descending order, until makes sense.