4.1.0 • Published 5 months ago
@openfn/language-kobotoolbox v4.1.0
Language KoboToolbox
Language Pack for building expressions and operations to interact with the TEMPLATE API.
Documentation
Configuration
View all the required and optional properties for state.configuration in the
official
configuration-schema
definition.
Get the list of forms
getForms({}, state => {
console.log(state.data);
return state;
});Get submissions for a specific form
A query can be used to filter results.
getSubmissions(
{ formId: 'aXecHjmbATuF6iGFmvBLBX', query: { end: { $gte: '2020-11-20' } } },
state => {
console.log(state.data);
return state;
}
);Development
Clone the adaptors monorepo. Follow the
Getting Started guide inside to get set up.
Run tests using pnpm run test or pnpm run test:watch
Build the project using pnpm build.
To just build the docs run pnpm build docs
3.0.4
7 months ago
3.0.3
7 months ago
3.0.2
8 months ago
3.0.1
9 months ago
3.0.5
6 months ago
3.0.0
9 months ago
4.1.0
5 months ago
4.0.0
5 months ago
2.4.3
1 year ago
2.3.0
1 year ago
2.4.1
1 year ago
2.4.0
1 year ago
2.4.2
1 year ago
2.2.0
2 years ago
2.1.0
2 years ago
2.0.1
2 years ago
1.3.3
3 years ago
1.3.2
3 years ago
1.3.1
3 years ago
1.3.0
3 years ago
1.2.0
3 years ago
1.1.1
3 years ago
1.1.0
3 years ago
1.0.4
5 years ago