Preparing search index...
The search index is not available
course-api-wrapper
course-api-wrapper
Course
Class Course
Hierarchy
default
Course
Implements
CourseData
Index
Constructors
constructor
Properties
corequisites
course
Section
Summaries
department
description
designation
notes
number
prerequisites
recommended
term
title
units
year
Accessors
has
Sections
section
Numbers
Methods
[async
Iterator]
get
Section
get
Sections
has
Section
from
Raw
Course
Base
Data
from
Raw
Course
Data
Constructors
constructor
new
Course
(
courseData
)
:
Course
Parameters
courseData
:
CourseData
Returns
Course
Properties
corequisites
corequisites
:
string
course
Section
Summaries
course
Section
Summaries
:
CourseSectionSummary
[]
department
department
:
string
description
description
:
string
designation
designation
:
string
notes
notes
:
CourseBaseNotes
number
number
:
string
prerequisites
prerequisites
:
string
recommended
recommended
:
string
term
term
:
CourseOutlinesTerm
title
title
:
string
units
units
:
number
year
year
:
CourseOutlinesYear
Accessors
has
Sections
get
hasSections
(
)
:
boolean
Returns
boolean
section
Numbers
get
sectionNumbers
(
)
:
string
[]
Returns
string
[]
Methods
[async
Iterator]
[async
Iterator]
(
)
:
AsyncIterableIterator
<
CourseSection
,
any
,
any
>
Returns
AsyncIterableIterator
<
CourseSection
,
any
,
any
>
get
Section
get
Section
(
section
)
:
Promise
<
CourseSection
>
Parameters
section
:
string
Returns
Promise
<
CourseSection
>
get
Sections
get
Sections
(
)
:
Promise
<
CourseSection
[]
>
Returns
Promise
<
CourseSection
[]
>
has
Section
has
Section
(
courseSection
)
:
boolean
Parameters
courseSection
:
string
Returns
boolean
Static
from
Raw
Course
Base
Data
from
Raw
Course
Base
Data
(
rawCourseBaseData
,
year
,
term
,
department
)
:
CourseBase
Parameters
rawCourseBaseData
:
RawCourseBaseData
year
:
CourseOutlinesYear
term
:
CourseOutlinesTerm
department
:
string
Returns
CourseBase
Static
from
Raw
Course
Data
from
Raw
Course
Data
(
rawCourseData
,
year
,
term
,
department
)
:
Course
Parameters
rawCourseData
:
RawCourseData
year
:
CourseOutlinesYear
term
:
CourseOutlinesTerm
department
:
string
Returns
Course
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
corequisites
course
Section
Summaries
department
description
designation
notes
number
prerequisites
recommended
term
title
units
year
Accessors
has
Sections
section
Numbers
Methods
[async
Iterator]
get
Section
get
Sections
has
Section
from
Raw
Course
Base
Data
from
Raw
Course
Data
course-api-wrapper
Loading...