cmd-johnson / deno-oauth2-client

Minimalistic OAuth 2.0 client for Deno.
MIT License
45 stars 9 forks source link

Add Proper Comments to all public Methods #7

Closed cmd-johnson closed 3 years ago

cmd-johnson commented 3 years ago

A module with 100% test coverage isn't worth much if nobody understands how to actually use it.

Add Doc-Comments to all public methods and classes so people can understand how the module is used outside the basic examples requested in #6.