// 2. Fetch students const res = await fetch(`${apiBase}/ws/v1/students?modified_since=${lastSync}&limit=500`, { headers: { Authorization: `Bearer ${accessToken}` } }); const students = await res.json();
Ao usar nosso site, você reconhece que leu e entendeu nossa Política de Cookies, Política de Privacidade. Aceitar