Flickr API Integration module provides integration between Drupal and Flickr API.

There are number of APIs exposed to other modules via Drupal Services, which you are able to use as a dependency into your own modules / classes.

Services and methods provided:

API Client Service

Flickr API Client, this is the core connector between Drupal and Flickr. It uses Guzzle to request API calls.

See: Drupal\flickr_api\Service\Client

Photos Service

Service class for Flickr API Photos. Exposes a number of Flickr Photos APIs

See: Drupal\flickr_api\Service\Photos

Galleries Service

Service class for Flickr API Galleries. Exposes a number of Flickr Galleries APIs

See: Drupal\flickr_api\Service\Galleries

Photosets Service

Service class for Flickr API Photosets. Exposes a number of Flickr Photosets APIs

See: Drupal\flickr_api\Service\Photosets

People Service

Service class for Flickr API People. Exposes a number of Flickr People APIs

See: Drupal\flickr_api\Service\People

Favorites Service

Service class for Flickr API Favorites. Exposes a number of Flickr Favorites APIs

See: Drupal\flickr_api\Service\Favorites

Groups Service

Service class for Flickr API Groups. Exposes a number of Flickr Groups APIs

See: Drupal\flickr_api\Service\Groups

Tags Service

Service class for Flickr API Tags. Exposes a number of Flickr Tags APIs

See: Drupal\flickr_api\Service\Tags

Project information

Releases