Skip to content

A browser side API client for the Canvas LMS from Instructure

License

Notifications You must be signed in to change notification settings

artevelde-uas/canvas-lms-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API client for the Canvas LMS

A browser side API client for the Canvas LMS from Instructure.

Installation

Using NPM:

npm install @artevelde-uas/canvas-lms-api

Using Yarn:

yarn add @artevelde-uas/canvas-lms-api

Usage

Example for getting the current user:

import canvasApi from '@artevelde-uas/canvas-lms-api';

canvasApi.get('/users/self').then(user => {
    // do something with the user object
});

API

get(path[, queryParams])

post(path[, data[, queryParams]])

put(path[, data[, queryParams]])

del(path[, queryParams])

About

A browser side API client for the Canvas LMS from Instructure

Resources

License

Stars

Watchers

Forks

Packages