Skip to content

Commit be27257

Browse files
author
Louis Brauer
committed
Add new documentation site
1 parent 530977d commit be27257

4 files changed

+5
-6
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ lua-dropbox
22
====
33
[![License](http://img.shields.io/badge/License-MIT-brightgreen.svg)](LICENSE)
44
[![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-
75

86
A non-official wrapper around Dropbox API v2
97

@@ -18,9 +16,10 @@ Usage
1816

1917
> dropbox = require('dropbox')
2018
> dropbox.set_token "PUT_YOUR_ACCESS_TOKEN_HERE"
21-
> response = dropbox.create_folder('/new_folder')
2219
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+
2423

2524

2625
Dependencies

doc/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ <h3>Returns:</h3>
313313
</div> <!-- id="main" -->
314314
<div id="about">
315315
<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>
317317
</div> <!-- id="about" -->
318318
</div> <!-- id="container" -->
319319
</body>

lua-dropbox-0.1-0.rockspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ rockspec_format = "1.0"
22
package = "lua-dropbox"
33
version = "0.1-0"
44
source = {
5-
url = "git://github.com/loui77/lua-dropbox.git"
5+
url = "git://github.com/louis77/lua-dropbox.git"
66
}
77
description = {
88
summary = "A wrapper for Dropbox API v2",

lua-dropbox-0.1-0.src.rock

14.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)