Skip to content

Instantly share code, notes, and snippets.

View OzielAlexander's full-sized avatar

OzielACS OzielAlexander

View GitHub Profile
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