File tree 4 files changed +5
-6
lines changed
4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ lua-dropbox
2
2
====
3
3
[ ![ License] ( http://img.shields.io/badge/License-MIT-brightgreen.svg )] ( LICENSE )
4
4
[ ![ Travis] ( https://img.shields.io/travis/louis77/lua-dropbox.svg )] ( )
5
- [ ![ Coverage Status] ( https://coveralls.io/repos/github/louis77/lua-dropbox/badge.svg?branch=master )] ( https://coveralls.io/github/louis77/lua-dropbox?branch=master )
6
-
7
5
8
6
A non-official wrapper around Dropbox API v2
9
7
18
16
19
17
> dropbox = require('dropbox')
20
18
> dropbox.set_token "PUT_YOUR_ACCESS_TOKEN_HERE"
21
- > response = dropbox.create_folder('/new_folder')
22
19
23
- The rest of the API documentation is on the [ doc] ( http://github.com/louis77/lua-dropbox/doc ) page.
20
+
21
+ For the full set of features consult the [ documentation] ( http://louis77.github.io/lua-dropbox/ ) page.
22
+
24
23
25
24
26
25
Dependencies
Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ <h3>Returns:</h3>
313
313
</ div > <!-- id="main" -->
314
314
< div id ="about ">
315
315
< i > generated by < a href ="http://github.com/stevedonovan/LDoc "> LDoc 1.4.3</ a > </ i >
316
- < i style ="float:right; "> Last updated 2016-02-08 12:02:41 </ i >
316
+ < i style ="float:right; "> Last updated 2016-02-08 15:07:36 </ i >
317
317
</ div > <!-- id="about" -->
318
318
</ div > <!-- id="container" -->
319
319
</ body >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ rockspec_format = "1.0"
2
2
package = " lua-dropbox"
3
3
version = " 0.1-0"
4
4
source = {
5
- url = " git://github.com/loui77 /lua-dropbox.git"
5
+ url = " git://github.com/louis77 /lua-dropbox.git"
6
6
}
7
7
description = {
8
8
summary = " A wrapper for Dropbox API v2" ,
You can’t perform that action at this time.
0 commit comments