LiveRamp / reslang

A language for describing resource-oriented APIs & turning them into Swagger or resource diagrams. Oriented around the concepts we want to expose in the APIs.
Apache License 2.0
23 stars 7 forks source link

MULTIGET minimums for limit and offset #50

Closed zapeterson16 closed 4 years ago

zapeterson16 commented 4 years ago

Adds minimum values for limit and offset of 1 and 0 respectively.

This will reflect the functional minimums of these values in generated swagger, but more importantly provides free validation of these values in the resulting generated springboot controllers.