GMetri SDK APIs
Nomenclature
RecordNode type
Reponses and Error Handling
//Response Shape
type {
status: OperationStatus, //Defined below
data?: DataFromTheApi //Popuplated only if success === true
}
interface OperationStatus {
success: boolean
errorCode?: number
errorMessage?: string
}APIs
ProjectDeploymentFileLast updated
Was this helpful?

