tl-its-umich-edu / canvas-app-explorer

A Web application that presents a list of Canvas external (LTI) tools with details. When integrated within Canvas, the user can search for specific LTI tool(s), and add or remove those tools from Canvas courses.
Apache License 2.0
4 stars 6 forks source link

Consider using `axios`, other library over `fetch` for HTTP requests #206

Open ssciolla opened 2 years ago

ssciolla commented 2 years ago

Perhaps not for this issue but have you tried axios or any other libraries for doing HTTP requests? That looks like it simplifies a lot of the code repetition and has cleaner patterns that are common just doing this with fetch.

_Originally posted by @jonespm in https://github.com/tl-its-umich-edu/canvas-app-explorer/pull/196#discussion_r900408514_

Resource(s):