move docs
This commit is contained in:
parent
97ac8b6912
commit
ccfb0e27f5
4 changed files with 72 additions and 68 deletions
42
README
Normal file
42
README
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
on ubuntu/debian:
|
||||
apt-get install python-twisted
|
||||
else
|
||||
easy_install twisted
|
||||
twisted available on os x since 10.5
|
||||
|
||||
api overview:
|
||||
|
||||
/files?since=timestamp
|
||||
{
|
||||
archive: {
|
||||
new
|
||||
updated
|
||||
deleted
|
||||
}
|
||||
}
|
||||
|
||||
/extract?oshash=abc&media=stills
|
||||
/extract?oshash=abc&media=profile.webm
|
||||
{
|
||||
status: 'extracting|available|failed',
|
||||
}
|
||||
|
||||
/get?oshash=abc
|
||||
{
|
||||
info: {}
|
||||
stills: [],
|
||||
video: [],
|
||||
}
|
||||
/get?oshash=abc
|
||||
{
|
||||
stills: [
|
||||
"/media/../../12.png",
|
||||
"/media/../../123.png",
|
||||
"/media/../../321.png",
|
||||
],
|
||||
video: [
|
||||
"/media/../../96p.webm"
|
||||
],
|
||||
info: {}
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue