Changing valid openphoto.me to trovebox.com

This commit is contained in:
Jaisen Mathai 2013-01-22 13:51:50 -05:00
parent eabbc2f4ee
commit 163bb933fc
22 changed files with 32 additions and 32 deletions

View file

@ -42,7 +42,7 @@ _Authentication: optional_
<a name="example-cli"></a>
#### Command Line (using [openphoto-php][openphoto-php])
./openphoto -p -h current.openphoto.me -e /activities/list.json
./openphoto -p -h current.trovebox.com -e /activities/list.json
<a name="example-php"></a>
#### PHP (using [openphoto-php][openphoto-php])

View file

@ -43,7 +43,7 @@ _None_
#### Command Line (using [openphoto-php][openphoto-php])
source secrets.sh
./openphoto -p -h current.openphoto.me -e /group/d/view.json
./openphoto -p -h current.trovebox.com -e /group/d/view.json
<a name="example-php"></a>
#### PHP (using [openphoto-php][openphoto-php])

View file

@ -43,7 +43,7 @@ _None_
#### Command Line (using [openphoto-php][openphoto-php])
source secrets.sh
./openphoto -p -h current.openphoto.me -e /groups/list.json
./openphoto -p -h current.trovebox.com -e /groups/list.json
<a name="example-php"></a>
#### PHP (using [openphoto-php][openphoto-php])

View file

@ -43,10 +43,10 @@ _Authentication: optional_
#### Command Line (using [openphoto-php][openphoto-php])
# without authentication
./openphoto -p -h current.openphoto.me -e /hello.json
./openphoto -p -h current.trovebox.com -e /hello.json
# with authentication
./openphoto -p -h current.openphoto.me -e /hello.json -F 'auth=true'
./openphoto -p -h current.trovebox.com -e /hello.json -F 'auth=true'
<a name="example-php"></a>
#### PHP (using [openphoto-php][openphoto-php])

View file

@ -45,7 +45,7 @@ _Authentication: optional_
<a name="example-cli"></a>
#### Command Line (using [openphoto-php][openphoto-php])
./openphoto -p -h current.openphoto.me -e /photo/b/view.json
./openphoto -p -h current.trovebox.com -e /photo/b/view.json
<a name="example-php"></a>
#### PHP (using [openphoto-php][openphoto-php])

View file

@ -45,7 +45,7 @@ _Authentication: optional_
<a name="example-cli"></a>
#### Command Line (using [openphoto-php][openphoto-php])
./openphoto -p -h current.openphoto.me -e /photo/b/nextprevious.json
./openphoto -p -h current.trovebox.com -e /photo/b/nextprevious.json
<a name="example-php"></a>
#### PHP (using [openphoto-php][openphoto-php])
@ -117,7 +117,7 @@ The response is in a standard [response envelope](http://theopenphotoproject.org
],
"id" : "63",
"appId" : "current.openphoto.me",
"appId" : "current.trovebox.com",
"pathBase" : "\/base\/201108\/1313010849-opmeTbrBki.jpg",
"dateUploadedMonth" : "08",
"dateTakenMonth" : "08",

View file

@ -48,7 +48,7 @@ _Authentication: optional_
<a name="example-cli"></a>
#### Command Line (using [openphoto-php][openphoto-php])
./openphoto -p -h current.openphoto.me -e /photos/list.json -F 'tags=sunnyvale'
./openphoto -p -h current.trovebox.com -e /photos/list.json -F 'tags=sunnyvale'
<a name="example-php"></a>
#### PHP (using [openphoto-php][openphoto-php])

View file

@ -42,7 +42,7 @@ _None_
<a name="example-cli"></a>
#### Command Line (using [openphoto-php][openphoto-php])
./openphoto -p -h current.openphoto.me -e /tags/list.json
./openphoto -p -h current.trovebox.com -e /tags/list.json
<a name="example-php"></a>
#### PHP (using [openphoto-php][openphoto-php])

View file

@ -43,7 +43,7 @@ _None_
#### Command Line (using [openphoto-php][openphoto-php])
source secrets.sh
./openphoto -p -h current.openphoto.me -e /webhook/abcdefghijklmnopqrstuvwxyz/view.json
./openphoto -p -h current.trovebox.com -e /webhook/abcdefghijklmnopqrstuvwxyz/view.json
<a name="example-php"></a>
#### PHP (using [openphoto-php][openphoto-php])
@ -70,7 +70,7 @@ The response is in a standard [response envelope](http://theopenphotoproject.org
"code" : 200,
"result" : {
id: "abcdefghijklmnopqrstuvwxyz",
appId: "current.openphoto.me",
appId: "current.trovebox.com",
callback: "http://somehost.com/somepath",
topic: "photo.upload",
verifyToken: "qazwsxedcrfvz",

View file

@ -48,7 +48,7 @@ _Authentication: required_
<a name="example-cli"></a>
#### Command Line (using [openphoto-php][openphoto-php])
./openphoto -p -X POST -h current.openphoto.me -e /action/photo/a/create.json -F 'type=comment' -F 'value=Here is my comment' -F 'email=jaisen@jmathai.com'
./openphoto -p -X POST -h current.trovebox.com -e /action/photo/a/create.json -F 'type=comment' -F 'value=Here is my comment' -F 'email=jaisen@jmathai.com'
<a name="example-php"></a>
#### PHP (using [openphoto-php][openphoto-php])
@ -76,7 +76,7 @@ The response is in a standard [response envelope](http://theopenphotoproject.org
"result":
{
id: "a",
appId: "current.openphoto.me",
appId: "current.trovebox.com",
targetId: "b",
targetType: "photo",
email: "jaisen@jmathai.com",

View file

@ -42,7 +42,7 @@ _N/A_
<a name="example-cli"></a>
#### Command Line (using [openphoto-php][openphoto-php])
./openphoto -p -X POST -h current.openphoto.me -e /action/photo/a/delete.json
./openphoto -p -X POST -h current.trovebox.com -e /action/photo/a/delete.json
<a name="example-php"></a>
#### PHP (using [openphoto-php][openphoto-php])

View file

@ -43,7 +43,7 @@ _Authentication: required_
<a name="example-cli"></a>
#### Command Line (using [openphoto-php][openphoto-php])
./openphoto -p -X POST -h current.openphoto.me -e /group/create.json -F 'name=My Group' -F 'members=jaisen@jmathai.com'
./openphoto -p -X POST -h current.trovebox.com -e /group/create.json -F 'name=My Group' -F 'members=jaisen@jmathai.com'
<a name="example-php"></a>
#### PHP (using [openphoto-php][openphoto-php])

View file

@ -42,7 +42,7 @@ _None_
<a name="example-cli"></a>
#### Command Line (using [openphoto-php][openphoto-php])
./openphoto -p -X POST -h current.openphoto.me -e /group/a/delete.json
./openphoto -p -X POST -h current.trovebox.com -e /group/a/delete.json
<a name="example-php"></a>
#### PHP (using [openphoto-php][openphoto-php])

View file

@ -43,7 +43,7 @@ _Authentication: required_
<a name="example-cli"></a>
#### Command Line (using [openphoto-php][openphoto-php])
./openphoto -p -X POST -h current.openphoto.me -e /group/a/update.json -F 'members=jaisen@jmathai.com'
./openphoto -p -X POST -h current.trovebox.com -e /group/a/update.json -F 'members=jaisen@jmathai.com'
<a name="example-php"></a>
#### PHP (using [openphoto-php][openphoto-php])
@ -71,7 +71,7 @@ The response is in a standard [response envelope](http://theopenphotoproject.org
"result":
{
id: 'a',
appId: 'current.openphoto.me',
appId: 'current.trovebox.com',
name: 'My Group',
members: ['jaisen@jmathai.com']
}

View file

@ -42,7 +42,7 @@ _None_
<a name="example-cli"></a>
#### Command Line (using [openphoto-php][openphoto-php])
./openphoto -p -X POST -h current.openphoto.me -e /photo/a/delete.json
./openphoto -p -X POST -h current.trovebox.com -e /photo/a/delete.json
<a name="example-php"></a>
#### PHP (using [openphoto-php][openphoto-php])

View file

@ -53,7 +53,7 @@ _Authentication: required_
#### Command Line (using [openphoto-php][openphoto-php])
source secrets.sh
./openphoto -p -X POST -h current.openphoto.me -e /photo/a/update.json -F 'title=My Photo Title' -F 'tags=sunnyvale,downtown'
./openphoto -p -X POST -h current.trovebox.com -e /photo/a/update.json -F 'title=My Photo Title' -F 'tags=sunnyvale,downtown'
<a name="example-php"></a>
#### PHP (using [openphoto-php][openphoto-php])

View file

@ -62,7 +62,7 @@ _Authentication: required_
#### Command Line (using [openphoto-php][openphoto-php])
source secrets.sh
./openphoto -p -X POST -h current.openphoto.me -e /photo/upload.json -F 'photo=@/path/to/photo.jpg' -F 'tags=sunnyvale,downtown'
./openphoto -p -X POST -h current.trovebox.com -e /photo/upload.json -F 'photo=@/path/to/photo.jpg' -F 'tags=sunnyvale,downtown'
<a name="example-php"></a>
#### PHP (using [openphoto-php][openphoto-php])

View file

@ -46,7 +46,7 @@ _Authentication: required_
<a name="example-cli"></a>
#### Command Line (using [openphoto-php][openphoto-php])
./openphoto -p -X POST -h current.openphoto.me -e /tag/create.json -F 'tag=sunnyvale' -F 'count=10'
./openphoto -p -X POST -h current.trovebox.com -e /tag/create.json -F 'tag=sunnyvale' -F 'count=10'
<a name="example-php"></a>
#### PHP (using [openphoto-php][openphoto-php])

View file

@ -45,7 +45,7 @@ _Authentication: required_
<a name="example-cli"></a>
#### Command Line (using [openphoto-php][openphoto-php])
./openphoto -p -X POST -h current.openphoto.me -e /tag/sunnyvale/update.json -F 'count=10'
./openphoto -p -X POST -h current.trovebox.com -e /tag/sunnyvale/update.json -F 'count=10'
<a name="example-php"></a>
#### PHP (using [openphoto-php][openphoto-php])

View file

@ -43,7 +43,7 @@ _None_
#### Command Line (using [openphoto-php][openphoto-php])
source secrets.sh
./openphoto -p -X POST -h current.openphoto.me -e /webhook/abcdefghijklmnopqrstuvwxyz/delete.json
./openphoto -p -X POST -h current.trovebox.com -e /webhook/abcdefghijklmnopqrstuvwxyz/delete.json
<a name="example-php"></a>
#### PHP (using [openphoto-php][openphoto-php])