|
|
|
|
@ -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 { |
|
|
|
|
|