app
androidJvm
app
/
openfoodfacts.github.scrachx.openfood.network.services
/
ProductsAPI
/
getIngredientsByBarcode
get
Ingredients
By
Barcode
androidJvm
@
GET
(
value
=
"api/v0/product/{barcode}.json?fields=ingredients"
)
abstract
suspend
fun
getIngredientsByBarcode
(
@
Path
(
value
=
"barcode"
)
barcode
:
String
?
)
:
ProductState
Content copied to clipboard