Closed aihazm closed 3 years ago
Lets create a backlog item for improving how these return-types are handled. Preferably enough information should be included in the Open-RPC spec to determine the return type.
@wennmo FTR: https://github.com/qlik-oss/enigma-go/issues/192
Previously, Create/Get Variable methods were returning
Variable
type those methods should return aGenericVariable
insteadNote: the GetMeasureWithLabel method was also returning the wrong type
Generic
instead ofGenericMeasure
This is a breaking change for :
CreateSessionVariable
GetVariable
GetVariableById
CreateVariableEx
andGetMeasureWithLabel