unfulvio / wp-api-menus

:abcd: Menu routes for WordPress JSON REST API.
https://wordpress.org/plugins/wp-api-menus
GNU General Public License v2.0
140 stars 59 forks source link

Url calling issue rest_no_route #38

Open anaisVerdier49 opened 7 years ago

anaisVerdier49 commented 7 years ago

Hi, I want call http://Servername/WPSite/index.php/wp-json/wp-api-menus/v2/menus or http://Servername/WPSite/wp-json/wp-api-menus/v2/menus

i had test this url : http://Servername/WPSite/?rest_route=/wp-json/wp-api-menus/v2/menus, same result :/

And i have this following error: image

Wordpress srv : 4.6.1 WP API REST : 2.0beta15 WP REST API V2Menus : 0.2

Can you help me? Bets regards, Anais

anaisVerdier49 commented 7 years ago

It's very strange thing : if i call http://ServerName/WPSite/index.php/wp-json/menus/v1/menus/, i see the response, but i have plugins in version 2 !

And with calling http://ServerName/WPSite/index.php/wp-json/menus/v1/menus/primary, i don't have a good JSON response :/

Best regards