public

GET /v1/plugins/{slug}

One plugin's current release.

すべての public エンドポイント

認証

ベアラー トークンとして API キーを送信します。このエンドポイントでは仕様に特定の権限が記載されていないため、キーに必要な最小限の権限を付与し、推測するのではなくレスポンスを確認してください。

このエンドポイントは組織IDを受け付けません。お使いのキーによって所属する組織がすでに特定されており、レスポンスはその組織にスコープされます。

試してみる

アングルブラケット内のすべてをご自身の値に置き換え、キーのプレースホルダーをご利用中のダッシュボードのキーに置き換えてください。

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

ログインしていますか?ダッシュボード内のAPIコンソールでは、実際の組織IDやお客様ご自身のキーが自動入力され、ライブ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