Comment on Show HN: I made a simple persistent counting APIComments−Jake23213yI think you should be able to incr/decr by more than 1. Maybe allow http://arbitrarycounter.com/vb/fruit/apples+N where N can be any integer > 0−dustyreaganOP13yI added an IncrementBy and DecrementBy variable you can pass in your POST request, and update the documentation. How's that work for ya'?−angersock13y X-Increment-Size: 10 Eh, eh?−pkulak13yYeah, batching would be good to encourage.
Comments
I think you should be able to incr/decr by more than 1. Maybe allow http://arbitrarycounter.com/vb/fruit/apples+N where N can be any integer > 0
I added an IncrementBy and DecrementBy variable you can pass in your POST request, and update the documentation. How's that work for ya'?
Yeah, batching would be good to encourage.