rest-api-console
rest-api-console copied to clipboard
Can't pass values to endpoints using variables in URL
Unless I'm missing something, there doesn't seem to be a way to use this plugin with endpoints that have variables in them like (?P<id>[\d]+).
For example try to use this plugin to fetch details about a specific post. There doesn't seem to be a way to do it as you can't properly pass the post ID.
Might be worth trying https://github.com/Automattic/wp-api-console instead; this repo is based on the older https://github.com/Automattic/rest-api-console2
I liked having it within WordPress but that'll do just fine. Thanks! :)