![JAR search and dependency download from the Maven repository](/logo.png)
template.VB.stg Maven / Gradle / Ivy
group T;
// VB
//
VBapi(apilist, versionMinor, versionMajor) ::= <<
' Autogenerated VB API for Rapture
'
' Function to get the client's api version
Function doGetClientApiVersion(config) As String
Dim versionDic As New Dictionary
paramDic.Add "major",
paramDic.Add "minor",
Set doGetClientApiVersion = paramDic
End Function
>>
VBApiEntry(apitype, name, paramNames, params) ::= <<
' Function for
Function do() As String
Dim paramDic As New Dictionary
Set context = getContext()
paramDic.Add "context", context
do = HMXReQuest("", "", jsonMgr.toString(paramDic))
End Function
>>
VBParam(name) ::= <<
paramDic.Add "",
>>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy