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
searchForFood now returns PassioSearchResult and a list of search options. The PassioSearchResult represent a specific food item associated with the search term, while search options provide a list of possible suggested search terms connected to the input term.
Now DetectedCandidate have alternatives and croppedImage
Added below nutrients in PassioNutrients
/** The amount of added zinc E. */
zinc?: UnitMass/** The amount of added selenium. */
selenium?: UnitMass/** The amount of added folicAcid. */
folicAcid?: UnitMass/** The amount of added vitaminKPhylloquinone. */
vitaminKPhylloquinone?: UnitMass/** The amount of added vitaminKMenaquinone4. */
vitaminKMenaquinone4?: UnitMass/** The amount of added vitaminKDihydrophylloquinone. */
vitaminKDihydrophylloquinone?: UnitMass/** The amount of added chromium. */
chromium?: UnitMass
New API
fetchSearchResult returns a PassioFoodItem object for a given PassioSearchResult