inputlogic / django-api-starter

Boilerplate for starting Django DRF / API projects
2 stars 0 forks source link

Proxy endpoint #14

Closed eweisner1973 closed 5 years ago

weslord commented 5 years ago

I don't think the > characters are necessary for the general text in apps/proxyexample/README.md

I'm also not sure about the proxy-specific exception handler going in libs/exception_handler.py.

weslord commented 5 years ago

ProxyUserListSerialzier should probably be ProxyUserListSerializer

eweisner1973 commented 5 years ago

I don't think the > characters are necessary for the general text in apps/proxyexample/README.md Yah, I was just copying what I saw.

I'm also not sure about the proxy-specific exception handler going in libs/exception_handler.py. It isn't proxy specific. It could be used by any try catch where you want a catch all. It doesn't do anything other than convert the exception to a string and return it as an error message.