ropensci / ckanr

R client for the CKAN API
https://docs.ropensci.org/ckanr
Other
99 stars 38 forks source link

bug fixes package_create, package_update, package_patch #177

Open bergert opened 3 years ago

bergert commented 3 years ago

bug in fixes package_create, package_update, package_patch

Description

package_create: extras were not converted correctly to son, fixed API call correct format: (extras = list(key="xx", value=1) package_update: documentation is not correct: fixed package_patch: body was not converted to son: fixed API call

Related Issue

I discovered these issues, while writing a script to update CKAN repository. These are bugs to cause API calls to fail, cannot work without fixing.

sckott commented 3 years ago

Thanks @bergert ! Sorry for the delay; I was on leave.

having a look

bergert commented 3 years ago

closing to create new pull request

sckott commented 3 years ago

closing to create new pull request

you reopened the PR though. did you mean to close this one?