Jaymon / endpoints

Lightweight REST api backend framework that automatically maps urls to python modules and classes
MIT License
29 stars 10 forks source link

Call.content_type #9

Closed Jaymon closed 7 years ago

Jaymon commented 10 years ago

I should just completely rethink this, it doesn't make sense for call to have a content_type since the request and the response can have different content types, so the call shouldn't be in charge of this, except VersionCall needs it to do versioning, so I will need to rethink how that is done

Jaymon commented 8 years ago

Maybe putting it in the controller?