You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-3Lines changed: 19 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -26,20 +26,36 @@ npm install vrchat
26
26
Below is an example on how to login to the API and fetch your own user information.
27
27
28
28
```javascript
29
-
// Step 1. We begin with creating a Configuration, which contains the username and password for authentication.
29
+
// Step 1. We begin with creating a Configuration, which contains the username and password for authentication, as well as an options dictionary, which contains the user agent header.
0 commit comments