appwrite / sdk-for-web

[READ-ONLY] Official Appwrite Web SDK 🧑

Home Page:https://appwrite.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸš€ Feature: Add JSDocstrings (I Closed It)

RyanBaig opened this issue Β· comments

πŸ”– Feature description

Please add JSDocstring to all appwrite's classes/functions. such as the Client, Database, Accounts, etc classes and their methods. I can provide all of them if you need.

🎀 Pitch

They can be very useful for people who use IDEs for coding, as IDEs can fetch the Docstrings and tell the user about the methods/functions instead of the user opening up documentation in the browser.
I need this very much

πŸ‘€ Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

🏒 Have you read the Code of Conduct?

Just realised there are Docstrings....