James Nylen
James Nylen
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) ...
I tested out Jetpack sites installed into subdomains. In the existing (old) console it is pretty badly broken, but it is mostly working correctly here. ### Test cases #### v1...
Let's add a feature to this version of the console that allows users (on WP.com) to choose one of their applications configured at https://developer.wordpress.com/apps/, generate OAuth2 tokens, and save them....
## Feature Request - [x] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/). **Describe your use case and the problem you are facing** When I need to fork a plugin for a...