public static final String CURRENT_QUARTER_ENDPOINT = "https://api.ucsb.edu/academics/quartercalendar/v1/quarters/current"; public static final String ALL_QUARTERS_ENDPOINT = "https://api.ucsb.edu/academics/quartercalendar/v1/quarters"; public UCSBAPIQuarter getCurrentQuarter() throws Exception {...