jmons / ramlwrap

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

Ramlwrap to return right content type as defined by raml #16

Closed jmons closed 6 years ago

jmons commented 7 years ago

Basically, if the RAML says "content-type:application/json" that header should be set (currently returns HTML content type as default?)

jmons commented 6 years ago

This is now a part of #37 which will become part of RC2