We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d71d4b6 commit aef6c94Copy full SHA for aef6c94
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