We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c106737 commit 8efcff0Copy full SHA for 8efcff0
README.md
@@ -30,7 +30,7 @@ Below is an example on how to login to the API and fetch your own user informati
30
import vrchatapi
31
from vrchatapi.api import authentication_api
32
from vrchatapi.exceptions import UnauthorizedException
33
-from vrchatapi.model.two_factor_auth_code import TwoFactorAuthCode
+from vrchatapi.models.two_factor_auth_code import TwoFactorAuthCode
34
35
configuration = vrchatapi.Configuration(
36
username = 'username',
0 commit comments