summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2009-07-06 19:30:02 +0000
committerJason A. Donenfeld <Jason@zx2c4.com>2009-07-06 19:30:02 +0000
commit8853dd360a53461e4b210c631663d5deb2b818a9 (patch)
treeb8b1f31128fdd4f2d1c799521c8403103ec1c159
parentRemoved non boxee assets (diff)
downloadAnyClip4Boxee-8853dd360a53461e4b210c631663d5deb2b818a9.tar.xz
AnyClip4Boxee-8853dd360a53461e4b210c631663d5deb2b818a9.zip
Added api outdated message to api.php.HEADmaster
git-svn-id: https://anyclip.svn.beanstalkapp.com/anyclip/branches/iterations/BoxeeApp/0.1@503 4cc9b9cd-7cf8-4f8c-937d-e7c95023a307
-rw-r--r--backend/api.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/api.php b/backend/api.php
index 356fac7..2545707 100644
--- a/backend/api.php
+++ b/backend/api.php
@@ -1,4 +1,6 @@
<?php
+//1.0 API, which is now outdated.
+//As soon as API is stabilized, this should be updated
class AnyClipError {
public $code;
public $message;