Permalink
Browse files
Added appendToURL to Quick Help
- Loading branch information...
Showing
with
6 additions
and
0 deletions.
-
+6
−0
Appz/Appz/Entity/Path.swift
|
@@ -27,6 +27,12 @@ public struct Path { |
|
|
self.queryParameters = queryParameters
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ This method will take the base URL and append components to it.
|
|
|
+
|
|
|
+ - Parameter baseURL: The base URL.
|
|
|
+
|
|
|
+ */
|
|
|
public func appendToURL(baseURL: String) -> NSURL? {
|
|
|
|
|
|
guard let url = NSURL(string: baseURL) else {
|
|
|
0 comments on commit
47bd8bf