Closed iLLiCiTiT closed 1 year ago
Check if arguments passed to rest methods are not empty values. If they are empty values the rest call may change it's purpose.
When get_project("") is called it would return all projects instead of None.
get_project("")
None
Description
Check if arguments passed to rest methods are not empty values. If they are empty values the rest call may change it's purpose.
Example
When
get_project("")
is called it would return all projects instead ofNone
.