Skip to content

PGower/PyCanvas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#PyCanvas A python library for accessing the Canvas LMS API. Generated from the Canvas API specs using a template. All requests currently return json data.

Not all of the API's have been checked, if you fix an issue in one of the generated files please submit a pul request and I will integrate your changes.

Quickstart:

from pycanvas.apis import AccountsAPI

client = AccountsAPI(instance_address="https://mycanvas.instance.com", access_token="my access token") client.list_accounts()

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages