public

GET /v1/plugins/{slug}

One plugin's current release.

همه نقاط پایانی public

احراز هویت

یک کلید API را به عنوان یک توکن برbearer ارسال کنید. این نقطه پایانی مجوز خاصی را در مشخصات خود ذکر نمی‌کند، بنابراین به جای فرض کردن، حداقل نیازهای کلید خود را بدهید و پاسخ را بررسی کنید.

این نقطه پایانی هیچ شناسه سازمانی را دریافت نمی‌کند. کلید شما در حال حاضر سازمان مربوطه را مشخص می‌کند و پاسخ در همان محدوده ارائه می‌شود.

امتحان کنید

هر چیزی را که داخل براکت‌های زاویه‌دار قرار دارد با مقادیر خودتان جایگزین کنید، و نگهدارنده کلید را با کلیدی از داشبورد خود جایگزین نمایید.

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