khanacademy@0.6.1
This adaptor exports the following from common:
- alterState
- combine()
- dataPath()
- dataValue()
- field()
- fields()
- fn()
- fnIf()
- lastReferenceValue()
- log()
- merge()
- sourceValue()
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" } });