streamer-client
Version:
A node.js client for the Duke OIT Streamer API
10 lines (7 loc) • 388 B
Markdown
A node.js client for the Duke Streamer API
The API Client is quite opinionated - it automatically converts values
that should be numbers but are returned from the API as strings to numbers.
These cases should be documented in the individual method docs.
Whenever this is done, there is a corresponding 'raw' version, ex)
Curriculum.courses and Curriculum.rawCourses.