get_documentation_changes
Retrieve and compare documentation content for Dart and Flutter packages. Specify package name, version, and doc type (e.g., readme, changelog) to track updates and changes efficiently.
Instructions
Get documentation content and detect changes for a package
Input Schema
Name | Required | Description | Default |
---|---|---|---|
docType | No | Type of documentation to retrieve | |
packageName | Yes | Name of the package to get documentation for | |
version | No | Specific version (optional, defaults to latest) |