1
0
mirror of https://github.com/Rogiel/httpchannel synced 2025-12-05 23:22:51 +00:00

Implements several services and improves API

This commit is contained in:
2012-01-15 18:31:50 -02:00
parent f210afd16a
commit 23f80b50e6
117 changed files with 3741 additions and 1335 deletions

View File

@@ -13,6 +13,7 @@
<modules>
<module>httpchannel-service-megaupload</module>
<module>httpchannel-service-hotfile</module>
<module>httpchannel-service-multiupload</module>
</modules>
<dependencies>
@@ -27,4 +28,6 @@
<version>1.0.0</version>
</dependency>
</dependencies>
<name>HttpChannel/Service</name>
<description>Parent module that all service implementations should inherit</description>
</project>