How to use the convert_camel_case functionality in version 5 #215
Unanswered
alvaro-garcia-carrasco
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hi @alvaro-garcia-carrasco , that option was removed but you may get by renaming the method, like: @method(name=“MyMethod”)
def my_method():
… Does that work for you? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I am very excited and happy about the new version 5 release. I rely on the convert_camel_case option in the dispatched function, and I wonder if there is some way to get around it in the new version 5.
We don't use the camel_case convention directly because we define the specification with open-rpc and we have the client being built in other languages. Thank you for any tips!
Beta Was this translation helpful? Give feedback.
All reactions