WP-API / wordpress-rest-api-oauth-1

WordPress REST API OAuth 1 JavaScript Client
35 stars 12 forks source link

Use isomorphic fetch #3

Open rmccue opened 7 years ago

rmccue commented 7 years ago

It would be great if this library was isomorphic so we had both a low-level and high-level client available for both Node and browser JS.

https://github.com/matthew-andrews/isomorphic-fetch seems to provide a good solution for this.

BE-Webdesign commented 7 years ago

https://github.com/qubyte/fetch-ponyfill

This is another library to consider using. It is a slightly cleaner approach and involves less things to worry about.

andreasvirkus commented 7 years ago

Any hope to get this implemented?