app
androidJvm
app
/
openfoodfacts.github.scrachx.openfood.network.services
/
RobotoffAPI
/
getProductQuestions
get
Product
Questions
androidJvm
@
GET
(
value
=
"/api/v1/questions/{barcode}"
)
abstract
suspend
fun
getProductQuestions
(
@
Path
(
value
=
"barcode"
)
barcode
:
String
,
@
Query
(
value
=
"lang"
)
langCode
:
String
,
@
Query
(
value
=
"count"
)
count
:
Int
)
:
QuestionsState
Content copied to clipboard