diff --git a/LeStorage/Services.swift b/LeStorage/Services.swift index 90b6f99..a1971f3 100644 --- a/LeStorage/Services.swift +++ b/LeStorage/Services.swift @@ -238,7 +238,7 @@ public class Services { /// - method: the HTTP method to execute /// - requiresToken: An optional boolean to indicate if the token is required /// - identifier: an optional StoreIdentifier that allows to filter GET requests with the StoreIdentifier values - fileprivate func _baseRequest( + public func _baseRequest( servicePath: String, method: HTTPMethod, requiresToken: Bool? = nil, identifier: String? = nil, getArguments: [String : String]? = nil ) throws -> URLRequest {