flux XING API

Component ID

2054839

Component name

flux XING API

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

518

Component created

Component changed

Component body

Integrates with the XING API based upon the flux Services integration.

This is an integration module, so it does not expose any end-user functionality. It integrates Drupal with the XING API by providing remote entities and provides Views support via the EntityFieldQuery Views backend.

Requirements

API

  • The module connects to XING via the Guzzle web service client and provides a clean API for developers to interact with XING.
$account = entity_load_single('fluxservice_account', $id);
$me = $account->client()->GetMe();

Status

The module is basically working, i.e. authentication etc. works. Current XING API coverage is quite limited, but it could be easily extended by providing more Guzzle service descriptions - Patches welcome!