wordpress-rest-api-oauth-1 icon indicating copy to clipboard operation
wordpress-rest-api-oauth-1 copied to clipboard

Use isomorphic fetch

Open rmccue opened this issue 8 years ago • 2 comments

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.

rmccue avatar Nov 15 '16 04:11 rmccue

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.

BE-Webdesign avatar Jan 13 '17 17:01 BE-Webdesign

Any hope to get this implemented?

andreasvirkus avatar May 04 '17 13:05 andreasvirkus