jmons / ramlwrap

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

Defect with dynamic urls and response types #40

Closed jmons closed 5 years ago

jmons commented 6 years ago

When using dynamic urls, at the moment you must use a HTTP response otherwise it gets broken: theres an if statement that the tests don't quite cover, and there is a local-dev patch which removes it and provides better test coverage (to be pushed & merged)