This project is not covered by Drupal’s security advisory policy.

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!

Supporting organizations: 
Initial development.

Project information

  • caution Seeking new maintainer
    The current maintainers are looking for new people to take ownership.
  • caution No further development
    No longer developed by its maintainers.
  • Module categories: Developer Tools, Automation, Integrations
  • Created by fago on , updated
  • shield alertThis project is not covered by the security advisory policy.
    Use at your own risk! It may have publicly disclosed vulnerabilities.

Releases