
#include <qtflickr.h>
Public Member Functions | |
| QtfMethod () | |
| QtfMethod (const QString &method) | |
Public Attributes | |
| QString | method |
| QMap< QString, QString > | args |
Use this structure to create method for accessing Flickr API
Example:
QtfMethod method; method.method = "flickr.photos.comments.addComment"; method.args.insert("photo_id","87243209893"); method.args.insert("comment_text","This comment was added through QtFlickr library :) "); QtFlickr qtFlickr("apiKey","apiSecret"); qtFlickr.get(method);
Note: You don't have to provide api_key as argument.
| QtfMethod::QtfMethod | ( | ) | [inline] |
Default constructor
| QtfMethod::QtfMethod | ( | const QString & | method | ) | [inline] |
Construct and initialize method