Replies: 1 comment
-
Hi @itxtoledo! Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This library is supposedly intended for node-js, so why not use the uuid generator from the native "crypto" module and the native "fetch" from node instead of node-fetch?
Example: Using
crypto
for UUID andfetch
for HTTP Requests in Node.jsBeta Was this translation helpful? Give feedback.
All reactions