public class ScheduleHelper extends Object
| Constructor and Description |
|---|
ScheduleHelper() |
| Modifier and Type | Method and Description |
|---|---|
static Schedule |
getData(StudIPAPI api)
Helper method to parse the HTML of the schedule.
|
public static Schedule getData(StudIPAPI api) throws IllegalAccessException, IllegalArgumentException, IOException, oauth.signpost.exception.OAuthException
api - The StudIPAPI to use.Schedule objectIOException - if reading errors occurIllegalArgumentException - if the header values are brokenIllegalAccessException - if the session isn't validoauth.signpost.exception.OAuthException - if any OAuth errors occurCopyright © 2019. All rights reserved.