daranzolin / rcanvas

R Client for Canvas LMS API
Other
90 stars 43 forks source link

Built the set of functions need to interact directly with the pages … #29

Closed hathawayj closed 5 years ago

hathawayj commented 6 years ago

David,

Thanks for getting this package started. I am working on getting the r functions connected to the API so I can work with pages and then put them in modules. The pull request is to take the pages.R file that has all the functions to work with the pages portion of the API (https://canvas.instructure.com/doc/api/pages.html).

My next goal is the module API. I tried to get the documentation and functions to use the functions you had already made. You had a get_page function so I made all the functions use the phrase wpage for wiki page.

daranzolin commented 6 years ago

Thanks @hathawayj ! Before I merge, do you want to add yourself to the list of contributors in the DESCRIPTION?

hathawayj commented 5 years ago

I had to fix one function and added myself as an author. I will be continuing to work on functions this semester. See the notes with the other pull request.