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 29 wp-api-console issues
Sort by recently updated
recently updated
newest added

## Summary These lines can cause a fatal crash: https://github.com/Automattic/wp-api-console/blob/014eb1c28c57cb8ca11ed9516f3c17df1a10706d/src/api/core.js#L142-L143 It has something to do with invalid data coming from the backend. It's currently happening with WP.com wpcom/v2 endpoints. Change:...

This change just updates react to the latest version 18.2 Some manual changes had to be done, but just import PropTypes from a different place rather than from the react...

Add .circleci/config.yml in order to run the tests in the CI server. ![image](https://user-images.githubusercontent.com/5689927/175307274-08b7d1c0-c03f-4ad1-ad98-bf6a13082600.png)

### Changes proposed in this pull request Sometimes I've found myself comparing the result of two endpoints endpoint due to migrations (in my particular case) or some other reason like...

Please ignore the oldest commits, I've messed up the rebase and ended up doing a merge into this branch 😂 ### Changes proposed in this Pull Request 1. The parameter...

Bumps [superagent](https://github.com/visionmedia/superagent) from 2.3.0 to 5.2.2. Release notes Sourced from superagent's releases. v5.2.2 Fix URI encoding (#1539) c7a10e2 Revert "feat: add secure cookie override to agent" (#1537) 40424e6 feat: add...

dependencies

I'm using the console locally to interact with a localhost WordPress install. The namespace dropdown only lists `wp/v2` and is missing both my custom namespace as well as `oembed/1.0` which...

bug

For body fields that accept arrays, is there some secret to getting an array accepted? I tried this but it was sent as a string:

question

It took me a while to figure out that the arguments for my `POST /wp/v2/posts` endpoint were all being displayed correctly: ![image](https://cloud.githubusercontent.com/assets/227022/20235981/67c3295c-a869-11e6-9dc1-eccf8be151be.png) (you have to scroll inside the Query box,...

To reproduce: 1. Open the dev console. 2. Change the endpoint path to `wpcom/v2` (see screenshot below). 3. Type `/sites` into the path field. What I expected: to see a...

bug