selectStudent

Sets the student that you want to use to access the API.

Arguments

If a student isn't provided the first one gets selected.

Example

client.selectStudent({student?}).then(() => {
    // Do something
})

Last updated

Was this helpful?