Changelog
Source:NEWS.md
kbtbr 0.1.0
The first release of kbtbr adds an initial set of features to the package.
- high level
Kobo
class to interact with the kbtbr API using high-level methods:- get data:
get_assets
,get_asset
,get_surveys
,get_submissions
- modify assets:
deploy_asset
,create_asset
,clone_asset
,import_xls_form
- general
get
andpost
methods that can be used flexibly by the user
- get data:
- lower-level
KoboClient
class which inherits fromcrul::HttpClient
. Is used internally inKobo
but can also be used separately for more advanced use cases.-
get
andpost
methods
-
-
Asset
class to represent individual assets:- methods
get_submissions
(for asset type survey) andto_list
- methods
-
CODE_OF_CONDUCT.md
andCONTRIBUTING.md
- pkgdown site, with separate pages for stable and dev version.
-
NEWS.md
file to track changes to the package.