-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/sdk additional functions #73
Feature/sdk additional functions #73
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, looks pretty good, thank you for contributing! I've made some comments, happy to chat through them on a call.
Merge from no10 main branch
merge from main
Now functions I added handle all errors I was able to notice. However, there are some issues with errors/codes returned by API. |
* Fix issues with links not working within read the docs (#83) * Feature/sdk additional functions (#73) * user create/delete * add functions * add tests * fix sdk test functions bug * fix test function url bug * cover user create and dataset delete errors raise * fix errors handling and testing * fix syntax bug * fix error with mocked responses * standarize functions when undefined error code * fix test mock response * Extra Output Blocks (#80) * output blocks * respond to comments * fix ckan_sg issue (#79) * Changelog --------- Co-authored-by: Jarek-Rolski <89912297+Jarek-Rolski@users.noreply.github.com> Co-authored-by: MotwaniM <73472421+MotwaniM@users.noreply.github.com>
I added several functions to rAPId SDK and created relevant test function:
I compiled and tested sdk package locally. I didn't find any issues.