If I have a view like:
class MyAPIView(APIView): def get(self, request, name=None): return {\"hello\": name or \"world\"}
How c
For the record, it is 2019 now and https://bitbucket.org/hub9/django-hybrid-router is still working, only modification is that line 64 has to be edited to become:
regex = api_view_urls[api_view_key].pattern.regex