Edited README.md via GitHub
This commit is contained in:
parent
72994373c4
commit
59511f45b5
1 changed files with 2 additions and 10 deletions
12
README.md
12
README.md
|
@ -1,13 +1,9 @@
|
||||||
# Ubuntu One SyncDaemon REST API Server
|
# Client-side REST Server for interfacing with Ubuntu One
|
||||||
|
|
||||||
## What's it do?
|
## What's it do?
|
||||||
|
|
||||||
Creates a RESTful interface to Ubuntu One's DBus interface that lives on port 3000 and can be utlized to build client side web applications on top of Ubuntu One.
|
Creates a RESTful interface to Ubuntu One's DBus interface that lives on port 3000 and can be utlized to build client side web applications on top of Ubuntu One.
|
||||||
|
|
||||||
## Why does this exist?
|
|
||||||
|
|
||||||
This little server is the result of fighting with the PHP DBus bindings and trying it to work in the local user space.
|
|
||||||
|
|
||||||
## How do I run it?
|
## How do I run it?
|
||||||
|
|
||||||
Assuming you already have Node.js on your system and are running Ubuntu (Only OS I'll be testing this one) then all you need to do is run:
|
Assuming you already have Node.js on your system and are running Ubuntu (Only OS I'll be testing this one) then all you need to do is run:
|
||||||
|
@ -24,8 +20,4 @@ The data is returned as JSON
|
||||||
|
|
||||||
## What's the future hold?
|
## What's the future hold?
|
||||||
|
|
||||||
* Documentation page when calling the server with no path
|
Nothing, any future development will be done against my generic D-Bus server available here: https://github.com/joshtronic/python-dbus-rest-server
|
||||||
* Support for the root object path's methods (connect, disconnect, et cetera)
|
|
||||||
* POST methods to push as well as pull data
|
|
||||||
* Potentially spinning off this server into a more generic DBus web interface
|
|
||||||
* Most likely a rewrite in Python to utilize Dbus bindings instead of parsing
|
|
Loading…
Add table
Add a link
Reference in a new issue