daranzolin / rcanvas

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

Download Page content #62

Open sdraaijer opened 1 year ago

sdraaijer commented 1 year ago

Hi David,

I was wondering if there is a GET command for actually fetching the contents (body) of existing pages on Canvas LMS using their API. I have looked around a lot but cannot find it. Do you have any suggestions.

I'm a relative beginner with API's

Hope to hear from you.

Kind regards,

Silvester

pachadotdev commented 1 year ago

hi @sdraaijer there is a way, let me work on it next week

sdraaijer commented 1 year ago

Hi David,

That would be great.

I just found out that you can only fetch one page per call (so do not fetch the page list), but then you get all the information in one long text string with weird decoding of the characters.

I hope you can find a way.

Kind regards,

Silvester