UTDNebula/skedge

Write fetch function to get course data from Nebula API

Closed this issue · 2 comments

Function(s) location: fetch.ts (at least for now)
Use types and interfaces via Typescript https://blog.logrocket.com/types-vs-interfaces-in-typescript/

Parameters:

  • course prefix (string)
  • course number (string)

Output:

  • Course data (?)

Refer to https://github.com/demonlexe/sk.edge/blob/main/Extension/fetch.js

I'm doing this issue!

Included in my pull request, #12