-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Clarify the JSON response if there are no properties #107
Comments
25 tasks
Hi @aleene , I'd like to take this issue and will try to complete it before my exams (March 4-7). If needed, I may take some extra time after exams for final touches. Let me know if that works! Thanks! |
Would also love to work on this issue if possible |
working on this, we can return empty list |
@CharlesNepote related to the comments you added - #234 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
Using the read api when no properties are present, I get a
NULL
as response. This is not very informative. It is unclear if the request succeeded or not. What happened?Proposed solution
If there are no properties return with json telling that. It might also be possible that there is no product. Unfortunately reading a non-existing product, creates one. So there will always be a product.
Part of
The text was updated successfully, but these errors were encountered: