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.
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.