把友情*_*在无盐 10
检索信息,
curl -H 'Snap-Device-Series: 16' http://api.snapcraft.io/v2/snaps/info/anbox # | jq
# "anbox" is the name of the snap package. change it to what you want.
Run Code Online (Sandbox Code Playgroud)
其中可能包含通道和架构的多个条目。其中之一是,
"download": {
"deltas": [],
"sha3-384": "b105626b35dbba5eb990125adf557c5a38bf1a793256f35ca89f3d33d81caa608084606f2d39569475f8d880088f79d2",
"size": 391696384,
"url": "https://api.snapcraft.io/api/v1/snaps/download/Nr9K6UJaIOD8wHpDEQl16nabFFt9LLEQ_185.snap"
},
Run Code Online (Sandbox Code Playgroud)
你明白了。
另请参阅快照存储 API 文档 ( https://api.snapcraft.io/docs/info.html )。