Skip to content

Home Page API

Min Gi Kwon edited this page Nov 12, 2022 · 6 revisions

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.
Clone this wiki locally