justquick / django-activity-stream

Generate generic activity streams from the actions on your site. Users can follow any actors' activities for personalized streams.
http://django-activity-stream.rtfd.io/en/latest/
BSD 3-Clause "New" or "Revised" License
2.38k stars 482 forks source link

DRF support #502

Closed justquick closed 2 years ago

justquick commented 2 years ago

django rest framework support for Follow/Action in actstream mod maybe try token auth in runtests

rollue commented 2 years ago

This looks like a promising starting point. Django Activity Stream with Django REST Framework

justquick commented 2 years ago

yes ive reached out to @ahawker via email about collaborating but havent gotten a response. failing that i will take what he started an adapt it into the project. a first round prototype has been pretty promising but has some more things to work out

auvipy commented 2 years ago

just start with draft, we can improve it over time. https://github.com/Ian-Foote/rest-framework-generic-relations & https://www.django-rest-framework.org/api-guide/relations/#generic-relationships are helpful refs.