app
androidJvm
app
/
openfoodfacts.github.scrachx.openfood.network.services
/
ProductsAPI
/
getProductsByLabel
get
Products
By
Label
androidJvm
@
GET
(
value
=
"label/{label}/{page}.json"
)
abstract
suspend
fun
getProductsByLabel
(
@
Path
(
value
=
"label"
)
label
:
String
,
@
Path
(
value
=
"page"
)
page
:
Int
,
@
Query
(
value
=
"fields"
)
fields
:
String
)
:
Search
Content copied to clipboard
@
GET
(
value
=
"label/{label}.json"
)
abstract
suspend
fun
getProductsByLabel
(
@
Path
(
value
=
"label"
)
label
:
String
)
:
Search
Content copied to clipboard