WP-API / node-wpapi

An isomorphic JavaScript client for the WordPress REST API
http://wp-api.org/node-wpapi/
MIT License
1.68k stars 191 forks source link

Is this different than the Backbone Javascript Client? #491

Open PaddleStroke opened 3 years ago

PaddleStroke commented 3 years ago

I'm trying to use the Backbone Javascript Client from within my wordpress. But documentation is lacking. I'm wondering if this is the same as this node-wpapi plugin? The syntax seems slightly different so I'm unsure what to think.

jalefkowit commented 2 years ago

@PaddleStroke This client is specifically for applications built on top of Node.js. If you're not using Node in your project, this isn't the one you want.

(Devs, feel free to correct me if I'm missing something here.)