Metody API
/api/methodsMetoda zapytania
GEThttps://api.stableproxy.com/v2/api/methods
Przykłady kodu
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();