Closed jeherve closed 6 years ago
The WordPress.com REST API currently offers multiple endpoints to interact with menus: https://developer.wordpress.com/docs/api/1.1/get/sites/%24site/menus/
However, all these endpoints require authentication.
Since menus are often public, it would be nice to allow querying /menus/$menu_id and /menus without authenticating.
/menus/$menu_id
/menus
We would obviously need to consider that some menus might only be used on private pages on some sites. I'm not sure how to address that right now.
Suggested in 2435864-t
Closing as no action in over 2 years.
The WordPress.com REST API currently offers multiple endpoints to interact with menus: https://developer.wordpress.com/docs/api/1.1/get/sites/%24site/menus/
However, all these endpoints require authentication.
Since menus are often public, it would be nice to allow querying
/menus/$menu_id
and/menus
without authenticating.We would obviously need to consider that some menus might only be used on private pages on some sites. I'm not sure how to address that right now.
Suggested in 2435864-t