[commits] Horde branch master updated. 650437e5b47947ddf782e4b23904324d4460ee9e
Michael J. Rubinsky
mrubinsk at horde.org
Thu Oct 6 16:21:06 UTC 2011
The branch "master" has been updated.
The following is a summary of the commits.
from: fe19cbc3cd752945af9e59963fe3edd5f8b34c9c
650437e Basic UrlShortening API service.
-----------------------------------------------------------------------
commit 650437e5b47947ddf782e4b23904324d4460ee9e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Oct 6 12:18:55 2011 -0400
Basic UrlShortening API service.
$shortener = new Horde_Service_UrlShortener_TinyUrl($httpClient);
$shortened_url = $shortener->shorten('http://horde.org');
Only TinyUrl for now, plan on adding more.
.../Service_UrlShortener/lib/Horde/Service/UrlShortener/Base.php | 50 +++
.../lib/Horde/Service/UrlShortener/Exception.php | 17 +
.../lib/Horde/Service/UrlShortener/TinyUrl.php | 48 ++
framework/Service_UrlShortener/package.xml | 97 +++++
4 files changed, 212 insertions(+), 0 deletions(-)
create mode 100644 framework/Service_UrlShortener/lib/Horde/Service/UrlShortener/Base.php
create mode 100644 framework/Service_UrlShortener/lib/Horde/Service/UrlShortener/Exception.php
create mode 100644 framework/Service_UrlShortener/lib/Horde/Service/UrlShortener/TinyUrl.php
create mode 100644 framework/Service_UrlShortener/package.xml
http://git.horde.org/horde-git/-/commit/650437e5b47947ddf782e4b23904324d4460ee9e
More information about the commits
mailing list