-
Several Questions Regarding the New Content Experience. or Lessons Experience.
I am aware the answers to these may be out there but I can't get seem to get anything definitive. * Which is it? "New Content Experience", or "Lessons Experience". I'm still doing with people conflating "D2L" and "Brightspace" this is confusing. I need to look up both when researching issues and some people think these are…
-
What does the PUT /d2l/api/le/(version)/(orgUnitId)/content/topics/(topicId)/file want?
If a w...
What does the PUT /d2l/api/le/(version)/(orgUnitId)/content/topics/(topicId)/file want?If a working example is available it would be very help, but I currently have no idea what to actually provide this route. I am building an app using react and the "superagent-d2l-session-auth" npm library the route method looks like…
-
Several Questions Regarding the New Content Experience. or Lessons Experience.
I am aware the answers to these may be out there but I can't get seem to get anything definitive. * Which is it? "New Content Experience", or "Lessons Experience". I'm still doing with people conflating "D2L" and "Brightspace" this is confusing. I need to look up both when researching issues and some people think these are…
-
What does the PUT /d2l/api/le/(version)/(orgUnitId)/content/topics/(topicId)/file want?
If a w...
I am building an app using react and the "superagent-d2l-session-auth" npm library the route method looks like this (feel free to take it) ----- (Typescript) callPutRoute = (apiData:any, orgUnitId:string, topicId:string, fileString:string) => { return new Promise((resolve, reject) => { var request = require('superagent'),…
-
Several Questions Regarding the New Content Experience. or Lessons Experience.
I am aware the answers to these may be out there but I can't get seem to get anything definitive. Which is it? "New Content Experience", or "Lessons Experience". I'm still doing with people conflating "D2L" and "Brightspace" this is confusing. I need to look up both when researching issues and some people think these are…
-
What does the PUT /d2l/api/le/(version)/(orgUnitId)/content/topics/(topicId)/file want?
If a wor
I am building an app using react and the "superagent-d2l-session-auth" npm library the route method looks like this (feel free to take it) ----- (Typescript) callPutRoute = (apiData:any, orgUnitId:string, topicId:string, fileString:string) => { return new Promise((resolve, reject) => { var request = require('superagent'),…