Skip to content
Browse files

Merge pull request #57 from Maryom/master

Added appendToURL to Quick Help
  • Loading branch information...
2 parents 1675531 + 47bd8bf commit c0d2363579a40074c51267cc071bde5abff23caf @Mazyod Mazyod committed
Showing with 6 additions and 0 deletions.
  1. +6 −0 Appz/Appz/Entity/Path.swift
View
6 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 c0d2363

Please sign in to comment.
Something went wrong with that request. Please try again.