ReplAPI-it / ReplAPI.it-NodeJS

[DEPRECIATED] ๐™€๐™ซ๐™š๐™ง๐™ฎ๐™ฉ๐™๐™ž๐™ฃ๐™œ ๐™๐™š๐™ฅ๐™ก๐™ž๐™ฉ, ๐™–๐™ก๐™ก ๐™–๐™ฉ ๐™ฎ๐™ค๐™ช๐™ง ๐™™๐™ž๐™จ๐™ฅ๐™ค๐™จ๐™–๐™ก. This is the single most extensive Replit package, allowing you to access various parts of the site with just a few classes and methods. Maintained by @RayhanADev.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Configuration Options

rayhanadev opened this issue ยท comments

commented

A possible enhancement to the package could be adding config options. This could be implemented by reading a config.json or other supplied file. Some possible options could be:

  • Client Username
  • Client Password
  • Recursive Item Count Returns
  • Replit GraphQL Endpoint

and more ideas are welcome.

commented

I silently changed the package to export a function that returns the classes instead of individual classes. This was the first step in making initialization variables.

commented

Finished