Skip to content

Commit

Permalink
update read me
Browse files Browse the repository at this point in the history
  • Loading branch information
diasp-ppb committed Nov 8, 2017
1 parent 5a2e20a commit 24c10a9
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ NodeJS client for B2Drop, based on OwnCloud

The extended features uses request and requesttoken to validate the request.

#####WebDav
##### WebDav
![workflow B2drop webdav](resources/flow1.png "B2drop WebDav")

#####Extended Features
##### Extended Features
![workflow B2drop extra funcs](resources/flow3.png "B2drop request")

##### Methods
Expand All @@ -60,7 +60,10 @@ NodeJS client for B2Drop, based on OwnCloud
B2DropShare is responsible for all operations related to users shared area, only uses WebDav.


####WebDav


#### WebDav

![workflow B2drop WebDav](resources/flow4.jpg "B2drop WebDav")

#### Methods
Expand All @@ -73,7 +76,7 @@ NodeJS client for B2Drop, based on OwnCloud
- **`getDirectoryContents(folderPath, callback)`** - List folder content

## Examples
- ####Login
#### Login
```js
const b2drop = require('node-b2drop').B2Drop;

Expand All @@ -85,7 +88,7 @@ NodeJS client for B2Drop, based on OwnCloud
});
});
```
- ####Upload File
#### Upload File
```js
const b2drop = require('node-b2drop').B2Drop;

Expand Down

0 comments on commit 24c10a9

Please sign in to comment.