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

🟣VRChat API Library for C#

Results 5 vrchatapi-csharp issues
Sort by recently updated
recently updated
newest added

Like sample code in this project, I execute ``` ~ Configuration config = new Configuration(); config.Username = username; config.Password = password; config.UserAgent = "ExampleProgram/0.0.1"; config.AddApiKey("auth", authKey); ApiClient client = new...

Due to the ~'s in the URL that vrc api depends on, it fails completely as they get blindly encoded.

Running nearly any async API call which requires any form of authentication (that is, the Auth cookie or similar to be present) results in 401 errors due to the cookie...

During CI: > **Warning: .NET 5.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support...

Even when already authenticated, GetInfoPush returns: ``` {\"error\":{\"message\":\"\\\"Missing Credentials\\\"\",\"status_code\":401}} ```