appwrite / sdk-for-web

[READ-ONLY] Official Appwrite Web SDK ๐Ÿงก
https://appwrite.io
BSD 3-Clause "New" or "Revised" License
271 stars 58 forks source link

๐Ÿš€ Feature: Add JSDocstrings (I Closed It) #83

Closed RyanBaig closed 5 months ago

RyanBaig commented 5 months ago

๐Ÿ”– 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?

๐Ÿข Have you read the Code of Conduct?

RyanBaig commented 5 months ago

Just realised there are Docstrings....