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
{{ message }}
This repository was archived by the owner on Jun 21, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+36-17
Original file line number
Diff line number
Diff line change
@@ -25,49 +25,68 @@ The B3 REST API Extensions plugin enables the following additional endpoints.
25
25
26
26
To make it easier to tell B3 extensions apart from the other endpoints, all of our additions are prepended by `b3:`.
27
27
28
+
### Breaking changes in `develop`
29
+
30
+
We're adapting our API controllers to the new format proposed by the WP-API team and introducing the `b3` namespace, and as a result endpoints will undergo a few (mostly minor) changes.
31
+
32
+
The tables below should give you an indication of how things are going to work in the future.
33
+
28
34
### Comments
29
35
30
36
We provide an alternative implementation of the Comments resource that allows retrieving comments without having to know which post they belong to.
Finally, this plugin exposes WordPress settings through the API. It wraps the `get_bloginfo()` function but exposes a few additional site options as well as the pretty permalinks table.
0 commit comments