khanacademy@0.5.14
This adaptor exports the following from common:
Functions
fetch
fetch(params) ⇒ Operation
Fetch data from the Khan Academy API
Param | Type | Description |
---|---|---|
params | object | data to make the query |
Example: Fetch data from the Khan Academy API
fetch({ getEndpoint: "topictree", queryParams: { subject: "math" } });