ImageScale
Provides image resizing and much more with ImageScale.co. Use the ImageScale service instead of core Image module to offload your image processing and serving load and gain access to an ever-growing roster of transformations.
PayWay
GW2
ArenaNet is currently developing an API to expose game data from their Guild Wars 2 game. This module will provide integration for displaying game data on a Drupal website.
Please visit the issues queue for development discussion.
More information about the API is available at https://forum-en.guildwars2.com/forum/community/api/API-Documentation/fi...
Webform cURL Integration
Webform cURL Integration adds an option in the Webform configuration to allow posting of Webform submissions to another server via cURL. It allows you to enter a username and password, which is used with the CURLOPT_USERPWD cURL option, and allows third party developers to modify the fields before transmission with hook_webform_curl_submission_alter (this can be used to attach a checksum or some other security measure prior to transmission).
gsapi
gsapi - Drupal Grocery Server API
=================================
Drupal wrapper for the Grocery Server API. This implementation requires that
you provide Grocery Server with your recipes and that they have been imported
into the Grocery Service API.
Unless otherwise noted, all services return geo-targeted data automatically
based on the results of the `gsapi_zip()` function. This explains why, for
example, you don't need to provide a zip code argument to geo targeted API
calls.
Functions
---------
###Get Recipe Details###
gsapi_grd($rid)
*Parameters: $rid integer*
> Recipe ID as defined in the XML document provided to Grocery Server.
> Usually the Drupal Node ID.
*Return: array*
> Array representing the recipe and any current promotions for ingredients
> based on the user's zip code. Results are cached for 24 hours.
###Get Recipe Promotion Count###
gsapi_grpc($rid)
*Parameters: $rid integer*
> Recipe ID as defined in the XML document provided to Grocery Server.
> Usually the Drupal Node ID.
*Return: integer*
> The number of current promotions for the provided Recipe ID.
###Grocery Server Request###
gsapi_request($service, $args = null)
Interacts directly with the Grocery Server API.
*Parameter: $service string*
Allowed Values (See `gsapi.services.inc`:
* `getClosestZipCode`
Read moreDisqus import
The module allows you to import Disqus comments system in native Drupal comments.
