-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
area/documentationThis issue/PR affects documentationThis issue/PR affects documentationhelp wantedExtra attention is neededExtra attention is neededkind/maintenanceCode cleanup, refactoring, tech debt, etcCode cleanup, refactoring, tech debt, etc
Description
vinyldns-js now has documentation generated by source code comments. However, in some cases, the documentation should be improved a bit. For example, the getBatchChanges method lacks details surrounding how the queryOpts argument should appear when present:
getBatchChanges(queryOpts)
Get batch changes.
getBatchChanges(queryOpts: any)
Parameters
queryOpts (any)
Ideally, the documentation should include details on what type of data queryOpts is (it's an object), as well as what properties -- and their types -- it supports. This is true for documentation beyond getBatchChanges as well.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/documentationThis issue/PR affects documentationThis issue/PR affects documentationhelp wantedExtra attention is neededExtra attention is neededkind/maintenanceCode cleanup, refactoring, tech debt, etcCode cleanup, refactoring, tech debt, etc