jmons / ramlwrap

Wrapping Raml around Django rest-api's
MIT License
8 stars 2 forks source link

ramlwrap can't handle django dynamic urls. #33

Closed The-Bees closed 6 years ago

The-Bees commented 6 years ago

There is an issue where django accepts dynamic URLs e.g. path/to/(?P<my_thing>[a-zA-Z0-9]+)/, but there's no way to translate this to the raml, and therefore ramlwrap.

jmons commented 6 years ago

This is now able to be tackled with the new parser and its ability to take better mappings.