@Juanmata I built a simple website about FODMAPs here using @Daniel_Stieber’s library. Source is here.
@Daniel_Stieber I’m curious how you sort and filter data once you receive the response? For instance, I wanted to filter the returned rows using the listRows
function but couldn’t find the right syntax to use the query
parameter from the List rows endpoint in the API. I saw in your documentation for ways to use the query
parameter to search docs, but the query
parameter in the List rows
endpoint needs a key and value. I thought ['query' => array('Food Group' => 'Grains/Starches')]
might work in this scenario but it didn’t.