We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed88fc5 commit 9efd499Copy full SHA for 9efd499
1 file changed
Sources/NextcloudKit/NextcloudKit+Share.swift
@@ -381,7 +381,7 @@ public extension NextcloudKit {
381
/// - share: An optional `NKShare` object representing the created share.
382
/// - responseData: The raw `AFDataResponse<Data>` returned by Alamofire.
383
/// - error: An `NKError` representing the result of the operation.
384
- private func createShareAsync(
+ public func createShareAsync(
385
path: String,
386
shareType: Int,
387
shareWith: String?,
0 commit comments