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

Can't pass values to endpoints using variables in URL

Open Viper007Bond opened this issue 8 years ago • 2 comments

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.

Viper007Bond avatar Oct 02 '17 16:10 Viper007Bond

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

rmccue avatar Oct 03 '17 07:10 rmccue

I liked having it within WordPress but that'll do just fine. Thanks! :)

Viper007Bond avatar Oct 03 '17 17:10 Viper007Bond