UVU-Open-Source / grader-aide

MIT License
0 stars 0 forks source link

axios requests to canvas return different results than postman #6

Closed Jcroxford closed 6 years ago

Jcroxford commented 6 years ago

postman returns proper id for an assignment when querying for search_term but. The same request via axios returns the proper assignment name, but not the proper id. We gotta figure this out to complete fully automated process for grading students

Jcroxford commented 6 years ago

cors issue. Canvas requests are made through the rest server now. Better for security anyways. Closing this issue