mirror of
https://gh.wpcy.net/https://github.com/fairpm/aspirecloud.git
synced 2026-06-20 02:22:28 +08:00
28 lines
407 B
Text
28 lines
407 B
Text
meta {
|
|
name: Core Checksums
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
get {
|
|
url: {{API_URL}}/core/checksums/:api_version/?version=6.0&locale=en_US
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
params:query {
|
|
version: 6.0
|
|
locale: en_US
|
|
}
|
|
|
|
params:path {
|
|
api_version: 1.0
|
|
}
|
|
|
|
headers {
|
|
Host: api.wordpress.org
|
|
User-Agent: WordPress/6.2.2; http://172.18.0.5
|
|
Accept: */*
|
|
Accept-Encoding: deflate, gzip
|
|
Connection: Keep-Alive
|
|
}
|