khanacademyFunctionsOn this pagekhanacademy@0.5.11Functionsfetchfetch(params) ⇒ OperationFetch data from the Khan Academy APIParamTypeDescriptionparamsobjectdata to make the queryExample: Fetch data from the Khan Academy APIfetch({ getEndpoint: "topictree", queryParams: { subject: "math" } });