DXClassClient
This class is responsible for making requests to the class API.
You will need to enable the "Training" scope for your app in the developer dashboard before using the class API.
Properties
Singleton instance of DXClassClient
. You will access all the available DXClassClient
methods through this instance.
Methods
getClasses
Retrieves all the classes belonging to the requesting teacher or student.
Parameter | Type | Description |
page |
| Results page to retrieve. |
limit |
| Page size. |
completion |
| The closure invoked when the request finishes. Called with an |
Last updated