wp-api-console
wp-api-console copied to clipboard
WordPress (.com and .org) API Console written in React/Redux
This is useful for local REST API development or for embedding the console as a plugin into an existing wordpress installation. * introduces a new auth provider * introduces a...
It appears that the **Query** box gets cut off prematurely regardless of screen size. Tested on mobile and desktop in Safari and Chrome. To reproduce, open the site and then...
See #66. We probably need to do a similar change for proxy auth mode. _edit: maybe not - let's just test that `authProvider.request` works as expected here too._ Also needs...
It would be pretty neat to let users configure their .org sites and authentication from https://developer.wordpress.com/docs/api/console/. We shouldn't persist this data to the server though, at least not without an...
It should be possible to edit the text of the endpoint URL always, even after selecting an endpoint from the list. Currently the only way to do this is to...
I don't know what this would look like, but it would allow us to improve on https://wordpress.org/plugins/rest-api-console/.
We should detect links in API responses and make them into clickable `` tags with appropriate styling. A couple examples: - Post permalinks - API URLs under `_links` and whatever...
There is code present to shorten the display of a nested JSON object by adding "..." but it does not appear to be working correctly when there are multiple levels...
It looks like they are sent as GET parameters instead:  @southp found that this is causing "HTTP 414 - Request - URI Too Long"...
If we don't specify authentication settings in a configuration here is what happens after clicking the Sign In button: ### WP.com  ### WP core (without OAuth1 plugin installed) ...