wp-api-console icon indicating copy to clipboard operation
wp-api-console copied to clipboard

WordPress (.com and .org) API Console written in React/Redux

Results 31 wp-api-console issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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/.

enhancement

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...

enhancement

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...

bug

It looks like they are sent as GET parameters instead: ![pasted image at 2016_11_11 06_59 am](https://cloud.githubusercontent.com/assets/227022/20198297/825878f4-a769-11e6-80cf-d3e7bb51a3c4.png) @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 ![image](https://cloud.githubusercontent.com/assets/227022/20374343/99850618-ac3d-11e6-9e0a-9dba2b77bc0b.png) ### WP core (without OAuth1 plugin installed) ![image](https://cloud.githubusercontent.com/assets/227022/20374320/702b1ca8-ac3d-11e6-90ec-ec950b955469.png)...