Passer au contenu principal

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

ParamTypeDescription
operationsOperationsOperations to be performed.

Example

execute(
create('foo'),
delete('bar')
)(state)

fetch(params) ⇒ Operation

Fetch data from the Khan Academy API

Kind: global function

ParamTypeDescription
paramsobjectdata to make the query

Example

execute(
fetch(params)
)(state)