restyped icon indicating copy to clipboard operation
restyped copied to clipboard

Add an example using `window.fetch`

Open styfle opened this issue 7 years ago • 1 comments

The readme says "Universal. Can support any server framework or REST client"

Can restyped utilize window.fetch?

If so, can you add an example to the README?

styfle avatar Jan 09 '18 18:01 styfle

Well, it can support any server framework or REST client, but someone needs to write the typings. Currently there are only typings written for axios. You can use the definition file in that repo as a starting point for writing a definition for any other client, including window.fetch.

rawrmaan avatar Jan 28 '18 21:01 rawrmaan