restjquery / RESTjQuery

Handle REST-API requests from or to your WordPress site using jQuery.
https://restjquery.com
22 stars 7 forks source link

Menu endpoints #5

Open seb86 opened 7 years ago

seb86 commented 7 years ago

Not officially part of the WP REST API but still useful.

https://wordpress.org/plugins/wp-api-menus/

nylen commented 7 years ago

There are hundreds of plugins that add REST API endpoints (WooCommerce, Jetpack, menus, widgets, customizer)...

Rather than adding support for all of these that could be useful, better to design the library such that it will work easily and intuitively with almost any set of endpoints.

seb86 commented 7 years ago

Just making note. Sometimes I create issues as notes.