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

Description

This module hopes to serve as the base for any application that wants to make use of the Trade Me API. It hopes to make the process of querying Trade Me's API easier and to help off load things like caching behind the scenes.

Features

  • Provides wrapping methods for the Drupal OAuth module (which in turn provides wrapping methods for the PHP OAuth library), which helps abstract most of the hard work of OAuth
  • Re-uses the Drupal OAuth module methods where appropriate
  • Re-uses the Drupal OAuth database schema
  • Makes use of Drupal cache_set() for caching of API queries
  • Can cache aggregate API queries
  • Configurable cache expiry
  • Configurable OAuth application keys for your Trade Me application
  • Makes it easy to query most of the Trade Me API methods
  • Has internal objects for:
    • Trade Me Item
    • Trade Me Person
    • Trade Me Attribute
    • Trade Me Bid
  • All timestamps within the above Trade Me objects are converted to UNIX timestamps for easy formatting within drupal

Requirements

Thanks

This module was sponsored by New Zealand Post and built by Catalyst IT Ltd.

Project information

  • Module categories: Integrations
  • Created by wiifm 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