Created
September 25, 2020 18:01
-
-
Save jppsantos/c2b8cfa89021a19fc753f3c1f7b47d48 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var baseURL = URL(string: "https://www.purchase.com") | |
baseURL?.appendPathComponent(PurchaseEndpoints.product.rawValue) | |
//output: = https://www.purchase.com/product |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment