Michael Kwan
Results
2
issues of
Michael Kwan
If i wanted to define a proprietary API using http status code outside of 100-599, I m out of luck as the BaseRamlGrammar.java limits the range to be 100-599. The...
in progress
spec-question
Using version 0.8.16 ``` java List results = RamlValidationService.createDefault().validate(...); ``` Example: api.raml ``` yaml #%RAML 0.8 title: Sample API resourceTypes: - readonly: !include resourcetypes/readonly-resource.yaml /songs: type: readonly get: ``` resourcetypes/readonly-resource.yaml...
bug
v2
minor