Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-29T19:36:54.000Z (over 10 years ago)
- Last Synced: 2024-04-14T20:25:53.262Z (7 months ago)
- Language: JavaScript
- Size: 313 KB
- Stars: 6
- Watchers: 9
- 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