-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
With the latest SDK 0.16.1
available on pub.dev
, the official documentation is not aligned with the changes introduced in the SDK. I have encountered several issues, including changes in function parameters and missing fields.
For example:
- According to the documentation, the function
QB.chat.connect()
accepts two strings:login
andpassword
, whereas the SDK expectsuserId
of typeint
andpassword
. - The constants mentioned in the code from this block have been moved in the latest version.
Could you please update the documentation to align with the latest SDK version?
Metadata
Metadata
Assignees
Labels
No labels