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

Validate input parameters #43

Open
dimitrystd opened this issue Jan 26, 2016 · 0 comments
Open

Validate input parameters #43

dimitrystd opened this issue Jan 26, 2016 · 0 comments

Comments

@dimitrystd
Copy link
Contributor

We got bug when user code passed empty value into uploadFile() and getStatus(). SDK generated wrong api call and failed with error.

DoD:

  • Each api method must validate input parameters. An example:
    • not empty
    • not null
    • valid URL
  • This task for all APIs, not only for File API
  • Patch is applied to all recent SDK versions (1.9, 2.0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant