public

GET /v1/plugins/{slug}

One plugin's current release.

Toate punctele finale public

Autentificare

Trimiteți o cheie API ca token de tip bearer. Acest punct final nu specifică o permisiune anume în specificație, așa că acordați cheii cele mai puține drepturi necesare și verificați răspunsul în loc să faceți presupuneri.

Acest endpoint nu necesită un ID de organizație. Cheia ta identifică deja organizația căreia îi aparține, iar răspunsul este limitat la aceasta.

Încearcă

Înlocuiți tot ce se află între paranteze unghiulare cu propriile valori și substituentul cheie cu o cheie din tabloul de bord.

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

Autentificat? Consola API din panoul de control îți completează ID-ul real al organizației și propria cheie și rulează cererea în API-ul live, astfel încât să poți vedea răspunsul efectiv. Deschideți acest punct final în consola API

Detalii

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

Parametri

NumeTipObligatoriuCe este
slug (path)stringDaThe plugin's directory name and text domain, e.g. `zinn-cache`.

Răspuns

NumeTipObligatoriuCe este
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_wpstringNu
requires_phpstringNu
tested_wpstringNuThe 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…
changelogstringNu
homepagestringNu
distributionstring<public, app-only>NuWho 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_atstringNu

Erori pe care le poate returna acest punct final

404 · 429