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