Skip to content

Instantly share code, notes, and snippets.

View macropok's full-sized avatar

Marco Ramos macropok

  • Budapest, Hungary
View GitHub Profile
//
// CirrentService.swift
// Cirrent_New
import Foundation
import UIKit
import Darwin
import SystemConfiguration.CaptiveNetwork
import CoreLocation
public class APIService {
private Context context;
private static APIService sharedService = null;
private AsyncHttpClient client = new AsyncHttpClient();
private static final int TIME_OUT = 70000;
String apiURL = "https://api.analogbridge.io";
String publicKey = null;