Module: ClassLink::Interface
- Includes:
- RequestSigning
- Included in:
- Client, RequestBuilder
- Defined in:
- lib/classlink_client/interface.rb
Constant Summary collapse
- RESOURCES =
%w( demographics resources academicSessions classes courses enrollments orgs users gradingPeriods schools students teachers terms )
- METHOD_NAME_PROXY =
Hash.new{ |h, k| h[k] = k }.merge( "classes" => "klasses" )