Home Page API - uoftblueprint/sistema GitHub Wiki

Helpful pages:


BLANK FORMAT BELOW


HomePage

GetFeaturedActivityCards()

Returns an array of file paths for the themed activity cards featured this month. Finds the activity cards in the Sistema Curriculum Materials folder and downloads them if they’re not cached.

Using, in order:

GoogleDriveAPI:

  1. files.list
  2. files.get

React Native File System API: 3. moveFile 4. unlink

Signature

GetFeaturedActivityCards(): []

Returns

  • Returns an array of filepath Strings.