Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 6071628

Browse files
committed
Update comment for fetchSiteInfo
1 parent 6ddbf0a commit 6071628

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

WordPressAuthenticator/Authenticator/WordPressAuthenticator.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,9 @@ import WordPressKit
252252
}
253253

254254
/// A helper method to fetch site info for a given URL.
255+
/// - Parameters:
256+
/// - siteURL: The URL of the site to fetch information for.
257+
/// - onCompletion: The closure to be triggered when fetching site info is done.
255258
///
256259
public class func fetchSiteInfo(for siteURL: String, onCompletion: @escaping (Result<WordPressComSiteInfo, Error>) -> Void) {
257260
let service = WordPressComBlogService()

0 commit comments

Comments
 (0)