Home | Back
Flickcurl News

2007-02-18  flickcurl 0.7
- Added API calls returning contexts as a struct flickcurl_context* array
  and of type flickcurl_context_type
- Added API call flickr.groups.pool.getContext:
  flickcurl_context** flickcurl_groups_pools_getContext(flickcurl* fc, const char* photo_id, const char* group_id);
- Added API call flickr.photos.getAllContexts:
  flickcurl_context** flickcurl_photos_getAllContexts(flickcurl* fc, const char* photo_id);
- Added API call flickr.photos.getContext:
  flickcurl_context** flickcurl_photos_getContext(flickcurl* fc, const char* photo_id);
- Added API call flickr.photosets.getContext:
  flickcurl_context** flickcurl_photosets_getContext(flickcurl* fc, const char* photo_id, const char* photoset_id);
- Added struct flickcurl_context utility functions:
  const char* flickcurl_get_context_type_field_label(flickcurl_context_type type);
  void flickcurl_free_context(flickcurl_context *context);
  void flickcurl_free_contexts(flickcurl_context** contexts);
- Added new flickcurl utility commands for the new APIs:
  groups-pools-getContext photos-getAllContexts photos-getContext,
  photosets-getContext


2007-02-11  flickcurl 0.6
- Added API call flickcurl.licenses.getInfo:
  struct flickcurl_license,
  flickcurl_license** flickcurl_photos_licenses_getInfo(flickcurl *fc),
  command licenses-getInfo in flickcurl utility
- Added helper to look up one license by ID:
  flickcurl_license* flickcurl_photos_licenses_getInfo_by_id(flickcurl *fc, int id)
- Triplr updated to use the above to emit URIs instead of integers for dc:rights
- Added API call flickr.people.getInfo:
  enum flickcurl_person_field, struct flickcurl_person,
  const char* flickcurl_get_person_field_label(flickcurl_person_field field)
  flickcurl_person* flickcurl_people_getInfo(flickcurl* fc, const char* user_id)
  void flickcurl_free_person(flickcurl_person *person)
  and command person-getInfo in flickcurl utility

2007-02-04  flickcurl 0.5
- Added optional support for using Raptor (http://librdf.org/raptor)
  for more accurate and prettier serializing triples in triplr
- Released to the world!

2007-02-03  flickcurl 0.4
- Added triplr

2007-02-01  flickcurl 0.3
- Renamed all symbols to be flickcurl_*
- Added flickcurl_photo_as_source_uri() to get the image file URLs
  for a photo ID.
- Config file is now ~/.flickcurl.conf
- Packaging and licensing

2007-01-24  flickcurl 0.2
- Refactored to have separate flickcurl* object
- Methods: flickcurl_test_echo, flickcurl_auth_getFullToken,
  flickcurl_photos_getInfo
- Test program has commands table and help, authentication

2007-01-21  flickcurl 0.1
- First version


Dave Beckett
http://purl.org/net/dajobe/