You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add docstrings to pre-existing public API elements (#77)
PR #72 (gist API) added docstrings to all new public types and methods,
leaving the pre-existing API undocumented. This adds docstrings to all
pre-existing public classes, primitives, actors, and their public methods
to bring the entire library to a consistent documentation standard.
Also replaces the placeholder package docstring with a proper overview
that guides users to the GitHub entry point and explains the
Promise-based return pattern.
The request/ subpackage is excluded — it's intended to be extracted
to its own library and will be documented separately.
Closes#74
0 commit comments