How to fetch repl file contents using node-fetch in node.js?
I want to make a program to fetch repl file contents using node-fetch in node.js. Is there a URL format I can use to find repl file contents(like repl.it/data/repls/{username}/{repl}/{file})?
Voters