channels-api icon indicating copy to clipboard operation
channels-api copied to clipboard

RESTful Websocket APIs with Django Rest Framework and Channels

Results 13 channels-api issues
Sort by recently updated
recently updated
newest added

I am getting this error after I updated the package ``` 2017-06-01 02:16:22,002 - ERROR - worker - Error processing message with consumer faceoff_api.routing.APIDemultiplexer: Traceback (most recent call last): File...

Waiting For Response

Hi there, Currently, the subscriptions only allow subscriptions for any resource, or a specific resource by it's PK. Is it possible to implement functionally to subscribe to a set of...

Since channels project dropped Bindings from base package due it's simplistic design - this is a great opportunity to implement them within this project and keep this project relevant.

Was there a Channel's tutorial that was based on the Django Poll's tutorial at some point ?

Hi, I'm trying to implement authentication using tokens generated by django-rest-framework. Using this gist: https://gist.github.com/leonardoo/9574251b3c7eefccd84fc38905110ce4 I've managed to do this: Consumer ``` class APIDemultiplexer(RestTokenConsumerMixin, WebsocketDemultiplexer): rest_user = True def connect(self,...

Thanks so much for this project! It was extremely helpful and the missing piece I was searching for! I updated the Readme to include how to get model bindings to...

The destroy() method in the DestroyModelMixin for DRF returns HTTP_204_NO_CONTENT whereas the delete() method in DeleteModelMixin here returns 200. It seems this should be consistent and the 204 would be...

Currently when making custom permissions, the "pk" field is useless as there is no way to actually retrieve the instance of the object you are checking against as the BasePermission...

I got the following error: building 'twisted.test.raiser' extension error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools