5. List version
Returns a list of tag
Request
Method
URL
GET
api_url/get-list-version
Example Request
Method
URL
GET
Example Response
{
"win": [
"115.0.5790.32",
"114.0.5735.61"
],
"lin": [
"115.0.5790.32",
"114.0.5735.90"
],
"android": [
"115.0.5790.32",
"114.0.5735.196"
],
"mac": [
"115.0.5790.3",
"114.0.5735.90"
]
}
Last updated