Returns
Returns a Version object for the given product and version name.Example
Parameters
string
required
The ID of the product for which you want to retrieve the version.
string
required
The name of the version you want to retrieve.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieve a specific version by its name.
version = galtea.versions.get_by_name(product_id=product_id, version_name=version_name)