-
I am working with a REST API that takes some query parameters with dashes: I am unsure as to how to handle this, since parameters in Python do not allow dashes |
Beta Was this translation helpful? Give feedback.
Answered by
wabiloo
Apr 6, 2023
Replies: 1 comment
-
Answering my own question: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wabiloo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Answering my own question:
The
Query
annotation can take aname
as first argument, as per https://uplink.readthedocs.io/en/stable/dev/types.html#query