Add CI/CD configuration and API documentation
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import Foundation
|
||||
import Libbox
|
||||
|
||||
public extension Profile {
|
||||
var shareLink: URL {
|
||||
URL(string: LibboxGenerateRemoteProfileImportLink(name, remoteURL!))!
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user