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