mirror of
https://gh.wpcy.net/https://github.com/aspirepress/AspireCloud.git
synced 2026-05-31 00:04:27 +08:00
29 lines
474 B
Text
29 lines
474 B
Text
meta {
|
|
name: Plugin Info
|
|
type: http
|
|
seq: 4
|
|
}
|
|
|
|
get {
|
|
url: {{API_URL}}/plugins/info/:api_version/:slug
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
params:path {
|
|
slug: newpath-wildapricot-press.json
|
|
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
|
|
}
|
|
|
|
assert {
|
|
Object.keys(res.body): length 26
|
|
Object.keys(res.body.plugins[0]): contains sections
|
|
}
|