Skip to content
Browse files

Added appendToURL to Quick Help

  • Loading branch information...
1 parent 1675531 commit 47bd8bfe9c8e721a3692714f69767a745558d0c8 @Maryom Maryom 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 47bd8bf

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