vrchatapi-python icon indicating copy to clipboard operation
vrchatapi-python copied to clipboard

🔵 VRChat API Library for Python

Results 4 vrchatapi-python issues
Sort by recently updated
recently updated
newest added

The login wasn't working for my account named "München".

Boolean parameters (like offline) need to be explicitly passed as lowercase strings "true" or "false" for them to work correctly. This seems to be due to how query parameters are...

I have bumped the version of the generator to latest, this didn't fix the issue. So I have made a patch for it. I have then generated the file. There...

Using the login example code from the README. If the user's password contains the % character, the call to `auth_api.get_current_user()` fails: ``` Exception when calling API: %s (401) Reason: Unauthorized...