mirror of
https://gh.wpcy.net/https://github.com/aspirepress/AspireCloud.git
synced 2026-05-31 00:04:27 +08:00
21 lines
374 B
Text
21 lines
374 B
Text
meta {
|
|
name: Plugin Stats w Callback
|
|
type: http
|
|
seq: 6
|
|
}
|
|
|
|
get {
|
|
url: {{API_URL}}/stats/plugin/1.0/downloads.php?slug=newpath-wildapricot-press&limit=20&callback=myFunc
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
params:query {
|
|
slug: newpath-wildapricot-press
|
|
limit: 20
|
|
callback: myFunc
|
|
}
|
|
|
|
docs {
|
|
Populates the [WP Statistics](https://wordpress.org/about/stats/) web page
|
|
}
|