WP-REST-endpoints-to-admin-bar
WP-REST-endpoints-to-admin-bar copied to clipboard
WordPress plugin to link relevant API endpoints in the admin bar.
Not more helpful ;)
``` GET http://wpapi.dev/wp-json/users/me?_wp_json_nonce=cd0d9987f0 ``` ``` HTTP/1.1 302 Found Cache-Control: no-cache, must-revalidate, max-age=0 Connection: Keep-Alive Content-Length: 1756 Content-Type: application/json; charset=UTF-8 Date: Wed, 18 Mar 2015 07:30:45 GMT Expires: Wed, 11 Jan...
Allow to use this fantastic plugin also with the Version 2 of WP API, currently in Beta, but usable and the next step. As Hint: Version 1 of the WP...
Currently it works only with Version 1. The path base is a central var e.g., maybe a good idea to set this.
Theses classes duplicate to much code. They should be separated in NodeAttributes and one Node class that depends on the NodeAttributes.