This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'net/http' | |
| require 'uri' | |
| require 'json' | |
| # Clase encargada de la conexión con la API de EasyBroker | |
| class EasyBrokerClient | |
| BASE_URL = 'https://api.stagingeb.com/v1/properties' | |
| API_KEY = '17u502p8v46ba3ppgvj5y2aad501b9' | |
| def fetch_all_properties |