app
androidJvm
app
/
openfoodfacts.github.scrachx.openfood.network.services
/
WikidataAPI
Wikidata
API
androidJvm
interface
WikidataAPI
Content copied to clipboard
Define our WikiData API endpoints. Get method to get json response from wikidata server.
Functions
Functions
get
Entity
Link copied to clipboard
androidJvm
@
GET
(
value
=
"{id}.json"
)
abstract
suspend
fun
getEntity
(
@
Path
(
value
=
"id"
)
entityId
:
String
)
:
ObjectNode
?
Content copied to clipboard