You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
OneDrive delta api
This commit is contained in:
@@ -92,6 +92,11 @@ class FileApi {
|
||||
return this.driver_.format();
|
||||
}
|
||||
|
||||
delta(path, options = null) {
|
||||
this.logger().debug('delta ' + this.fullPath_(path));
|
||||
return this.driver_.delta(this.fullPath_(path), options);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
export { FileApi };
|
||||
Reference in New Issue
Block a user