Skip to content
This repository was archived by the owner on Sep 6, 2024. It is now read-only.
Daniel Garcia Briseno edited this page Oct 17, 2023 · 3 revisions

The API module is the API for interacting with the Helioviewer API and the Helios API.

Any API requests made to the Helioviewer API must be done from src/API/helioviewer.js

Any API requests made to the Helios flask API (located in the server folder), must be made from src/API/helios.ts

You can see documentation on the available functions on Helios here And the helioviewer js docs here

Clone this wiki locally