You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The common pear is listed as not edible and edible_part=null under the species endpoint. I assume this is listed as not edible correctly because pear trees aren't edible, but pears are, which makes me think that edible_part should list "fruits" instead of null. If these are all false assumptions, maybe updating the documentation to explain this (i.e. edible refers to the entire plant, even if the common name refers to the fruit) would be helpful? I thought about submitting a correction in a POST request, but I wasn't sure if this was actually an accurate error or not because I'm definitely not a plant expert.
To Reproduce
Steps to reproduce the behavior:
Make a get request to https://trefle.io/api/v1/species/172991/?token=<your_token> and note values for edible and edible_part for the common pear.
Expected behavior
To see that edible_part listed "fruits" instead of null in the response body.
Screenshots
Additional context
If my assumptions here are correct, I've noticed the same thing for other plants (corn, for example) and would be happy to submit POST requests to correct these as I see them. Thanks so much in advance!
The text was updated successfully, but these errors were encountered:
Describe the bug
The common pear is listed as not
edible
andedible_part=null
under the species endpoint. I assume this is listed as notedible
correctly because pear trees aren't edible, but pears are, which makes me think thatedible_part
should list "fruits" instead of null. If these are all false assumptions, maybe updating the documentation to explain this (i.e.edible
refers to the entire plant, even if the common name refers to the fruit) would be helpful? I thought about submitting a correction in a POST request, but I wasn't sure if this was actually an accurate error or not because I'm definitely not a plant expert.To Reproduce
Steps to reproduce the behavior:
Make a get request to https://trefle.io/api/v1/species/172991/?token=<your_token> and note values for
edible
andedible_part
for the common pear.Expected behavior
To see that
edible_part
listed "fruits" instead of null in the response body.Screenshots
Additional context
If my assumptions here are correct, I've noticed the same thing for other plants (corn, for example) and would be happy to submit POST requests to correct these as I see them. Thanks so much in advance!
The text was updated successfully, but these errors were encountered: