Class Index | File Index

Classes


Class mbo_ClassService


Defined in: mbo_ClassService.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
mbo_ClassService(username, password)
Represents the MINDOBDY Class Service.
Method Summary
Method Attributes Method Name and Description
 
Gets the IDs of all clients in a given class.
Class Detail
mbo_ClassService(username, password)
Represents the MINDOBDY Class Service.
Parameters:
{string} username
Username of the MINDBODY client interacting with the service.
{string} password
Password of the MINDBODY client interacting with the service.
Returns:
{mbo_ClassService} Returns the Class Service.
Method Detail
{Promise} getClassAttendees(classId)
Gets the IDs of all clients in a given class.
Parameters:
{number} classId
The ID of the class to inspect.
Returns:
{Promise} An A+ promise passed an array of client IDs who attended the class.

Documentation generated by JsDoc Toolkit 2.4.0 on Sun Jul 22 2018 23:41:33 GMT+0200 (CEST)