Skip to content

Instantly share code, notes, and snippets.

View wannli's full-sized avatar

Wannes wannli

View GitHub Profile
import fetch from "isomorphic-fetch";
const token = ""; // use your access token here
const time = "2023-01-04T18:00:00.000Z";
const debug = false;
const fetchFromExportApi = async (updatedAfter = null) => {
let fullData = [];
let nextPageCursor = null;