Skip to content

Commit

Permalink
Update Telemetry+Action.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
eonist committed Oct 3, 2023
1 parent 1cef9bf commit 9d45422
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Sources/Telemetry/Telemetry+Action.swift
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,11 @@ extension Telemetry {
]
}
/**
* URL
* - Parameter parameters: Parameters to convert into a URL request
* - Remark: This function generates a URL from the given parameters
* Returns a URL constructed from the given parameters.
* - Description: This function generates a URL from the given parameters
* - Parameters:
* - parameters: A dictionary of key-value pairs to be used as query parameters in the URL.
* - Returns: A URL constructed from the given parameters, or nil if the URL could not be constructed.
*/
fileprivate static func getURL(with parameters: [String: String]) -> URL? {
// Define the character set for URL path
Expand Down

0 comments on commit 9d45422

Please sign in to comment.