ynput / ayon-python-api

Apache License 2.0
9 stars 4 forks source link

REST arguments validation #29

Closed iLLiCiTiT closed 1 year ago

iLLiCiTiT commented 1 year ago

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