eofs / django-rest-framework-proxy

Django Rest Framework Proxy views
138 stars 58 forks source link

Pass through positional and keyword arguments to proxy method #9

Closed jfilipe closed 9 years ago

jfilipe commented 9 years ago

Pass through *args and **kwargs to proxy so that any common behaviour across the individual handlers (i.e. get, post, etc) can be pulled into proxy.

Also added test infrastructure which fixes #8.

jfilipe commented 9 years ago

@eofs you'll need to enable travis and coveralls for this repo in order to get the builds running.

eofs commented 9 years ago

Hi @jfilipe

Nice work :+1: This is really great PR! Big thanks for implementing testing infrastructure too! It really helps to have basics ready. I'll merge this PR and setup Travis & Coveralls.