You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/7.javascript-client.md
+25-21Lines changed: 25 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,16 @@
1
1
# 7. JavaScript/TypeScript Client
2
2
3
-
The JavaScript client provides a simple interface for discovering and executing WordPress Abilities from frontend applications, block editor plugins, and external systems.
3
+
The JavaScript client provides an interface for discovering and executing WordPress Abilities from the browser.
4
4
5
5
## Overview
6
6
7
-
The JavaScript client enables frontend code to interact with the PHP Abilities API system. It can:
7
+
The JavaScript client enables frontend code to interact with the Abilities API system. It can:
8
8
9
9
- Discover all registered abilities on your WordPress site
10
-
- Execute server-side PHP abilities via REST API calls
10
+
- Execute server-side PHP abilities
11
11
- Register and execute client-side JavaScript abilities
12
-
- Handle input validation and permission checking
12
+
13
+
You can read more about installation and setup in the [package readme](../packages/client/README.md).
0 commit comments