Daipendency

dependency_docs_getter

Extract all the documentation and public API for a dependency of a local project

Input Schema

NameRequiredDescriptionDefault
dependant_pathYesThe absolute path to the dependant project
nameYesThe name of the dependency for which to extract documentation

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "dependant_path": { "description": "The absolute path to the dependant project", "type": "string" }, "name": { "description": "The name of the dependency for which to extract documentation", "type": "string" } }, "required": [ "name", "dependant_path" ], "type": "object" }

You must be authenticated.

Other Tools