~ubuntu-branches/debian/sid/flickcurl/sid

« back to all changes in this revision

Viewing changes to docs/flickcurl.1

  • Committer: Package Import Robot
  • Author(s): Kumar Appaiah
  • Date: 2014-01-12 08:20:42 UTC
  • mfrom: (1.4.2)
  • Revision ID: package-import@ubuntu.com-20140112082042-7p31zl22mw4ohbcd
Tags: 1.25-1
* New upstream release
* Standards version is now 3.9.5 (no changes needed)
* Multiarch conversion
  + Switch to dh based rules file
  + Add ${misc:Pre-Depends} and Multi-Arch: same for libflickcurl0
  + Alter install files to accommodate the multiarch path

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
Get tree of collections COLLECTION-ID for USER-ID
77
77
.IP "\fBcommons.getInstitutions\fP \fI\fP"
78
78
Get list of institutions
79
 
.IP "\fBcontacts.getList\fP \fI[FILTER [PER-PAGE [PAGE]]]\fP"
 
79
.IP "\fBcontacts.getList\fP \fI[FILTER [PAGE [PER-PAGE]]]\fP"
80
80
Get a list of contacts with optional FILTER
81
81
.IP "\fBcontacts.getListRecentlyUploaded\fP \fI[DATE-LAST-UPLOAD [FILTER]]\fP"
82
82
Get a list of recent uploading contacts since DATE-LAST-UPLOAD with optional FILTER
83
 
.IP "\fBcontacts.getPublicList\fP \fIUSER-NSID [PER-PAGE [PAGE]]\fP"
84
 
Get the contact list for user USER-ID
 
83
.IP "\fBcontacts.getPublicList\fP \fIUSER-NSID [PAGE [PER-PAGE]]\fP"
 
84
Get the contact list for user USER-NSID
 
85
.IP "\fBcontacts.getTaggingSuggestions\fP \fI[PAGE [PER-PAGE [INCLUDE-SELF [INCLUDE-ADDRESS-BOOK]]]]\fP"
 
86
Get tagging suggestions
85
87
.IP "\fBfavorites.add\fP \fIPHOTO-ID\fP"
86
88
Adds PHOTO-ID to the current user's favorites.
87
89
.IP "\fBfavorites.getContext\fP \fIPHOTO-ID USER-NSID [NUM-PREV [NUM-NEXT [EXTRAS]]]\fP"
116
118
Browse groups below category CAT-ID (or root).
117
119
.IP "\fBgroups.getInfo\fP \fIGROUP-ID [LANG]\fP"
118
120
Get information on group GROUP-ID with language LANG.
 
121
.IP "\fBgroups.join\fP \fIGROUP-ID [ACCEPT-RULES]\fP"
 
122
Join a group GROUP-ID with optional accepting of rules.
 
123
.IP "\fBgroups.joinRequest\fP \fIGROUP-ID MESSAGE ACCEPT-RULES\fP"
 
124
Request to join a group GROUP-ID using MESSAGE and accept rules.
 
125
.IP "\fBgroups.leave\fP \fIGROUP-ID [DELETE-PHOTOS]\fP"
 
126
Leave a group GROUP-ID and optionally delete photos.
119
127
.IP "\fBgroups.members.getList\fP \fIGROUP-ID [MEMBER-TYPES [PER-PAGE [PAGE]]]\fP"
120
128
Get list of MEMBER-TYPES types members of group GROUP-ID.
121
129
.IP "\fBgroups.pools.add\fP \fIPHOTO-ID GROUP-ID\fP"
157
165
.IP "\fBoauth.upgrade\fP \fI\fP"
158
166
Upgrade legacy authentication to OAuth
159
167
.IP "\fBoauth.verify\fP \fIREQUEST-TOKEN REQUEST-TOKEN-SECRET VERIFIER\fP"
160
 
Verify an OAuth request from `oauth-create'
 
168
Verify an OAuth request from `oauth.create'
161
169
.IP "\fBpanda.getList\fP \fI\fP"
162
170
get the current list of pandas
163
171
.IP "\fBpanda.getPhotos\fP \fIPANDA\fP"
166
174
get a user's NSID from their EMAIL address
167
175
.IP "\fBpeople.findByUsername\fP \fIUSERNAME\fP"
168
176
get a user's NSID from their USERNAME
 
177
.IP "\fBpeople.getGroups\fP \fIUSER-ID [GROUP-EXTRAS]\fP"
 
178
Get list of groups USER-ID is a member of
169
179
.IP "\fBpeople.getInfo\fP \fIUSER-NSID\fP"
170
180
Get information about one person with id USER-NSID
171
181
.IP "\fBpeople.getPhotos\fP \fIUSER-NSID\fP"
494
504
Get the popular tag list for a USER-NSID (or current user).
495
505
.IP "\fBtags.getListUserRaw\fP \fI[TAG]\fP"
496
506
Get the raw versions of a TAG (or all tags) for the current user.
 
507
.IP "\fBtags.getMostFrequentlyUsed\fP \fI\fP"
 
508
Get the most frequently used tags for the current user.
497
509
.IP "\fBtags.getRelated\fP \fITAG\fP"
498
510
Get a list of tags 'related' to TAG based on clustered usage analysis.
499
511
.IP "\fBtest.echo\fP \fIKEY VALUE\fP"