Skip to content
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

Missed variable in delete function in REST API calles #51

Open
omarbenazza opened this issue Sep 20, 2021 · 0 comments
Open

Missed variable in delete function in REST API calles #51

omarbenazza opened this issue Sep 20, 2021 · 0 comments

Comments

@omarbenazza
Copy link

Hello,

This is my first issue report in github, please consider my humble report,
In sdk\app_template_csclient\csclient script code, delete function needs a variable called value in parameters:

                                           def delete(self, base, query=''):

It should be like:

                                   def delete(self, base, value='', query=''):

I think this issue can be found in other csclient files in other directories.

Regards,

Omar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant