public

GET /v1/plugins/{slug}

One plugin's current release.

Sve public krajnje tačke

Autentifikacija

Pošaljite API ključ kao bearer token. Ova krajnja tačka ne navodi specifičnu dozvolu u specifikaciji, zato dodelite svom ključu minimum potrebnih ovlašćenja i proverite odgovor umesto da pretpostavljate.

Ovaj krajnji tačka ne prihvata ID organizacije. Vaš ključ već identifikuje organizaciju kojoj pripada, a odgovor je ograničen na nju.

Isprobajte

Zamenite bilo šta u uglastim zagradama sopstvenim vrednostima, a ključni placeholder sa ključem sa vaše kontrolne table.

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

Prijavljeni ste? API konzola na vašoj kontrolnoj tabli automatski popunjava ID vaše stvarne organizacije i vaš sopstveni ključ, i izvršava zahtev nad API-jem uživo tako da možete videti stvarni odgovor. Otvorite ovu krajnju tačku u API konzoli

Detalji

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

Parametri

NazivVrstaObaveznoŠta je ovo
slug (path)stringDaThe plugin's directory name and text domain, e.g. `zinn-cache`.

Odgovor

NazivVrstaObaveznoŠta je ovo
kindstring<wordpress_plugin, whmcs_module, hostbill_module, generic_client>DaWhat 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…
slugstringDaThe archive's directory name, e.g. `zinn-cache` or `zinn-whmcs`.
namestringDa
versionstringDa
package_sha256stringDaLowercase 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_bytesintegerDa
requires_wpstringNe
requires_phpstringNe
tested_wpstringNeThe 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…
changelogstringNe
homepagestringNe
distributionstring<public, app-only>NeWho 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_atstringNe

Greške koje ovaj krajnji tačka može da vrati

404 · 429