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