niranzwp 0.8.0 → 0.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -31,21 +31,28 @@ client sites, you usually do not have that.
|
|
|
31
31
|
`niranzwp probe` reports which tiers a site offers before you connect.
|
|
32
32
|
|
|
33
33
|
```
|
|
34
|
-
$ niranzwp probe
|
|
35
|
-
|
|
36
|
-
https://
|
|
34
|
+
$ niranzwp probe mysite.com
|
|
35
|
+
My Site -- a WordPress magazine
|
|
36
|
+
https://mysite.com
|
|
37
37
|
Tier 1 (app passwords): yes
|
|
38
38
|
Tier 2 (abilities): yes
|
|
39
39
|
MCP endpoint: yes
|
|
40
40
|
OAuth server: yes
|
|
41
41
|
namespaces: 38
|
|
42
42
|
|
|
43
|
-
$ niranzwp probe
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
43
|
+
$ niranzwp probe yoursite.com
|
|
44
|
+
Your Site -- just another WordPress site
|
|
45
|
+
https://yoursite.com
|
|
46
|
+
Tier 1 (app passwords): yes
|
|
47
|
+
Tier 2 (abilities): no
|
|
48
|
+
MCP endpoint: no
|
|
49
|
+
OAuth server: no
|
|
50
|
+
namespaces: 12
|
|
47
51
|
```
|
|
48
52
|
|
|
53
|
+
A site with Tier 1 only still gives you posts, pages, media, users and
|
|
54
|
+
settings. Tier 2 is what an abilities provider adds on top.
|
|
55
|
+
|
|
49
56
|
Tier 2 is deliberately **not** tied to one plugin. Any provider that registers
|
|
50
57
|
abilities through the core API works — Novamira, your own plugin, anything else.
|
|
51
58
|
|