# Functions
GetAppById returns an AppInfo struct representing the info of the app with id equal to the provided appId.
GetAppByIdAdv returns an AppInfo struct representing the info of the app with id equal to the provided appId, as would be seen when localized to the provided country and to the provided language.
GetAppByUrl returns an AppInfo struct representing the info of the app at the provided url.
GetAppByUrlAdv returns an AppInfo struct representing the info of the app at the provided url, as would be seen when localized to the provided country and to the provided language.