https://github.com/instructure/ic-data
Ember Data models, serializers, and adapters for working with the canvas API
https://github.com/instructure/ic-data
Last synced: 11 months ago
JSON representation
Ember Data models, serializers, and adapters for working with the canvas API
- Host: GitHub
- URL: https://github.com/instructure/ic-data
- Owner: instructure
- Created: 2014-05-13T15:32:41.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-29T19:36:54.000Z (almost 12 years ago)
- Last Synced: 2025-04-10T12:35:50.524Z (about 1 year ago)
- Language: JavaScript
- Size: 313 KB
- Stars: 6
- Watchers: 8
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ic-data
=======
Ember Data models, adapters, and serializers to work with the
[instructure canvas][1] [api][2].
Proxy Server
------------
This repository includes a proxy server to the canvas API for testing
and development, it sets the access token for you automatically so
requests don't need to contain the query parameter.
No API stubbing here, we want to know it really works.
1. Log into canvas, and create an API token from the user settings page,
then paste it into `proxy-config.json`.
2. Fire up the server with `node proxy.js`
[1]:http://instructure.com
[2]:http://canvas.instructure.com/doc/api/index.html