canvas-lms-api
Version:
Promise-driven accessor for the Canvas LMS API
36 lines (35 loc) • 864 B
JavaScript
export default {
'user1': {
'id': 1,
'name': 'Sheldon Cooper',
'sortable_name': 'Cooper, Sheldon',
'short_name': 'Shelly',
'sis_user_id': 'SHEL93921',
'sis_import_id': 18,
'integration_id': 'ABC59802',
'login_id': 'sheldon@caltech.example.com',
'avatar_url': 'https://en.gravatar.com/avatar/d8cb8c8cd40ddf0cd05241443a591868?s=80&r=g',
'enrollments': null,
'email': 'sheldon@caltech.example.com',
'locale': 'tlh',
'last_login': '2012-05-30T17:45:25Z',
'time_zone': 'America/Denver',
'bio': 'I like the Muppets.'
},
'customdata': {
'data': {
'fruit': {
'apple': 'so tasty',
'kiwi': 'a bit sour'
},
'veggies': {
'root': {
'onion': 'tear-jerking'
}
}
}
},
'deleteddata': {
'data': 'a bit sour'
},
};