restful-api-description-language / RADL

RADL: A description language and tooling for hypermedia-driven RESTful APIs
Apache License 2.0
23 stars 5 forks source link

Optional uri-parameters #21

Closed julian-hj closed 9 years ago

julian-hj commented 9 years ago

As far as I can tell, there is no way apart from to indicate which URI parameters are optional versus required. This would be useful to have, and could be extracted from spring annotations by our tooling (once the tooling gets enhanced to find uri-parameters to begin with).