class BlackBoard::Dl::Client

Defined in:

blackboard-dl/client.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(host : String, username : String, password : String) #

[View source]

Class Method Detail

def self.search_colleges(q : String) #

Gets a list of available colleges on the Blackboard system.


[View source]

Instance Method Detail

def fetch_attachment(course_name, week_name, materials) #

Fetches an attachment for a given course.


[View source]
def get_course_data(course_name : String, course_id : String) #

Gets course data for a given course.


[View source]
def get_courses #

Gets the students courses.


[View source]
def login #

Signs the student into Blackboard.


[View source]