Api methods
/api/methodsСпособ запроса
GEThttps://api.stableproxy.com/v2/api/methods
Примеры кода
1const baseUrl = "https://api.stableproxy.com/v2";2const response = await fetch(baseUrl + "/api/methods", {3 method: "GET",4 headers: {5 "Content-Type": "application/json"6 }7});8const data = await response.json();