public

GET /v1/plugins/{slug}

One plugin's current release.

Усі кінцеві точки public

Автентифікація

Надішліть ключ API як маркер носія (bearer token). Ця кінцева точка не вказує конкретного дозволу в специфікації, тому надайте своєму ключу мінімально необхідні права та перевірте відповідь, замість того щоб припускати.

Цей кінцевий пункт не потребує ідентифікатора організації. Ваш ключ уже ідентифікує організацію, якій він належить, і відповідь обмежується її межами.

Спробувати

Замініть усе в кутових дужках власними значеннями, а заповнювач ключа — ключем із вашої панелі керування.

curl -X GET https://api.zinndigital.com/v1/plugins/{slug} \
  -H "Authorization: Bearer zdk_live_…"

Увійшли в систему? Консоль API у вашій панелі керування автоматично підставляє ваш реальний ідентифікатор організації та ваш власний ключ, а також виконує запит до робочого API, щоб ви могли побачити справжню відповідь. Відкрийте цю кінцеву точку в консолі API

Деталі

Public and unauthenticated. A plugin we publish no release of is a `404`.

Параметри

НазваТипОбов'язковеЩо це таке
slug (path)stringТакThe plugin's directory name and text domain, e.g. `zinn-cache`.

Відповідь

НазваТипОбов'язковеЩо це таке
kindstring<wordpress_plugin, whmcs_module, hostbill_module, generic_client>ТакWhat this is, and therefore where it is installed. `wordpress_plugin` goes in `wp-content/plugins`; `whmcs_module` in a WHMCS install's `modules/servers/`; `hostbill_module` in…
slugstringТакThe archive's directory name, e.g. `zinn-cache` or `zinn-whmcs`.
namestringТак
versionstringТак
package_sha256stringТакLowercase hex SHA-256 of the archive. The value `downloadPlugin` returns in `X-Zinn-Package-SHA256`, and the one the plugin's own updater checks a download against before WordPr…
package_bytesintegerТак
requires_wpstringНі
requires_phpstringНі
tested_wpstringНіThe WordPress version this release was installed and activated against before it was published — a real test on a real install, not an estimate. Empty means we have not stated o…
changelogstringНі
homepagestringНі
distributionstring<public, app-only>НіWho may download this plugin. `public` — anyone, no account needed, and it is also listed on https://zinndigital.com/wordpress-plugins. `app-only` — signed-in customers only; it…
published_atstringНі

Помилки, які може повертати ця кінцева точка

404 · 429