d2l_sdk 0.1.10 → 0.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/lol.txt DELETED
@@ -1 +0,0 @@
1
- test file!!!!
data/test.rb DELETED
@@ -1,19 +0,0 @@
1
- require_relative "lib/d2l_sdk"
2
-
3
- def test_news_upload
4
- create_news_item(11215, {"StartDate"=>"2017-03-28T18:54:56.000Z"}, ["lol.txt"])
5
- puts "\r\n\r\n\r\n"
6
- ap get_org_unit_news_items(11215)
7
- end
8
-
9
- def test_module_upload
10
- ap get_root_modules(11215)
11
- ap get_course_overview(11215)
12
- ap get_org_unit_toc(11215)
13
- #ap get_whoami
14
- #ap get_org_unit_children(11215)
15
- #ap get_course_by_id(11215)
16
- end
17
-
18
- #test_module_upload
19
- test_news_upload