Closed TaskerJang closed 1 month ago
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.
:white_check_mark: jopemachine
:x: JJangcoding
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
Thanks!
This PR corrects the incorrect usage of the GET method in the example code as described in issue #120. It ensures that methods like
leave_joint
andcampaign
do not use the GET method. Additionally, it updates the PUT method to pass values in the request body rather than the path.Changes made in both Python and Rust code examples.