khanacademy@0.3.3
Functions
- execute(operations) ⇒
Operation
Execute a sequence of operations. Wraps
@openfn/language-common/execute
, and prepends initial state for khanacademy.- fetch(params) ⇒
Operation
Fetch data from the Khan Academy API
execute(operations) ⇒ Operation
Execute a sequence of operations.
Wraps @openfn/language-common/execute
, and prepends initial state for khanacademy.
Kind: global function
Param | Type | Description |
---|---|---|
operations | Operations | Operations to be performed. |
Example
execute(
create('foo'),
delete('bar')
)(state)
fetch(params) ⇒ Operation
Fetch data from the Khan Academy API
Kind: global function
Param | Type | Description |
---|---|---|
params | object | data to make the query |
Example
execute(
fetch(params)
)(state)