1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

getting sync work in RN

This commit is contained in:
Laurent Cozic
2017-07-06 19:48:17 +00:00
parent 1c6b569795
commit 5802adc9f1
7 changed files with 99 additions and 55 deletions

View File

@@ -5,10 +5,8 @@ import { OneDriveApi } from 'lib/onedrive-api.js';
class FileApiDriverOneDrive {
//constructor(clientId, clientSecret) {
constructor(api) {
this.api_ = api;
//this.api_ = new OneDriveApi(clientId, clientSecret);
}
api() {