geoffsmith82 / rawflickr

Automatically exported from code.google.com/p/rawflickr
Other
1 stars 2 forks source link

= Rawflickr Delphi Library =

Rawflickr is a library designed to allow Delphi programs to access the Flickr API as if it were a set of local function. It does so by providing a set of classes, one for each group of Flickr API methods (auth, blogs, photos, ...) and making the methods inside each class mimic almost exactly the corresponding API method, though using comfortable !ObjectPascal types rather than raw strings.

== License ==

This library is free, open source software released under a Mozilla Public License 1.1. All the third-party libraries used or referenced (except, of course, Borland's ones) are also open source, released under similar licenses.

== Features ==

== Requirements ==

To use this library you'll need:


=== A bit of legalese ===

Flickr is a trademark of Yahoo, Inc. This library was designed to interface with Flickr(tm) services, but it's in no way related to or endorsed by Flickr or Yahoo themselves.


{ $Id }