Søren Howe Gersager

Results 4 comments of Søren Howe Gersager

> @fishion You don't need API key, just proper auth. I created dirty demo code for Endomondo auth - https://gist.github.com/jangaraj/d5dffbabe692aeb6c5bbc09eb9ee538a It should be improved and merged with https://github.com/cpfair/tapiriik/blob/master/tapiriik/services/Endomondo/endomondo.py Let's make...

I have tried my hand at a PR here: #372

Hi @tfranzel, sorry, i have updated the comment, i didn't mention i also have: ```python "POSTPROCESSING_HOOKS": [ "drf_spectacular.hooks.postprocess_schema_enums", "drf_spectacular.contrib.djangorestframework_camel_case.camelize_serializer_fields" ], ``` and it still doesn't seem to work. It works...

It seems this is not a part of djangorestframework-camel-case yet actually https://github.com/vbabiy/djangorestframework-camel-case/pull/68 Then we would have to add a check for `OpenApiParameter.QUERY` here: https://github.com/tfranzel/drf-spectacular/blob/master/drf_spectacular/plumbing.py#L1135