I want to append in querystring of some APIs a language key/value so i can translate messages for every “translatable API“.
The js is very strict so the language key, used in my get_queryset or dispatch method and not defined in my view's filters, is not recognized and the call to the API is denied from JS!
@tomchristie how can i resolve this problem according to you (drf filters are strongly coupled with models) ?
Thank you all in advance.