tool/version
Fetches a tool version
get/tool/{packageName}/version/{version}
Path parameters
packageNamestring required
Example:@vincent/foo-bar
Package name of the tool to retrieve a version for
versionstring required
Example:1.0.0
Version number to retrieve
Response
Successful operation
Example response
{
"packageName": "@lit-protocol/vincent-erc20-approval-tool",
"version": "1.0.0",
"changes": "Ensure commit() is run on spending policy limit for users who have it enabled.",
"description": "This policy is a foo bar policy",
"keywords": [
"defi",
"memecoin"
],
"author": {
"name": "Developer Name",
"email": "contact@example.com",
"url": "https://example.com"
},
"contributors": [
{
"name": "Contributor Name",
"email": "contributor@example.com",
"url": "https://contributor-site.example.com"
}
],
"homepage": "https://example-vincent-homepage.com",
"supportedPolicies": [
"@lit-protocol/vincent-spending-limit-policy@1.0.0",
"@lit-protocol/vincent-rate-limit-policy@0.0.1"
],
"ipfsCid": "QmdoY1VUxVvxShBQK5B6PP2jZFVw7PMTJ3qy2aiCARjMqo"
}