|
|
|
@ -110,6 +110,9 @@ public class StoreCenter { |
|
|
|
public var apiURL: String? { |
|
|
|
public var apiURL: String? { |
|
|
|
return self._urlManager?.api |
|
|
|
return self._urlManager?.api |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
public var lastSyncDate: String { |
|
|
|
|
|
|
|
return self._settingsStorage.item.lastSynchronization |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// Returns the service instance |
|
|
|
/// Returns the service instance |
|
|
|
public func service() throws -> Services { |
|
|
|
public func service() throws -> Services { |
|
|
|
|