summaryrefslogtreecommitdiff
path: root/lib/MooseX/Net/API.pm (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-07-16rename from mx::net::api to net::http::apifranck cuny1-286/+0
2010-06-03update dist.inifranck cuny1-24/+2
add abstract update POD to use podweaver fix
2010-06-03update PODfranck cuny1-2/+10
2010-06-03update PODfranck cuny1-24/+82
2010-06-02fix version numberfranck cuny1-1/+1
2010-06-02s/with_caller/with_meta/, move code into rolesfranck cuny1-405/+99
2010-05-11replace remainging with nothingfranck cuny1-2/+8
2010-05-11fix infinite loopfranck cuny1-1/+1
2010-04-06rename packagefranck cuny1-1/+3
2010-02-18update build uri, move error to it's own packagefranck cuny1-36/+8
2010-01-11Checking in changes prior to tagging of version 0.10. Changelog diff is:franck cuny1-1/+1
diff --git a/Changes b/Changes index 06c6ebf..fe03f13 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension MooseX::Net::API +0.10 Mon 11 Jan 2010 01:30:25 PM CET + - stringify error + 0.09 Thu 07 Jan 2010 12:07:03 PM CET - update tests and add new tests - return content and http_response
2010-01-11stringify errorfranck cuny1-4/+16
2010-01-07Checking in changes prior to tagging of version 0.09. Changelog diff is:franck cuny1-1/+1
diff --git a/Changes b/Changes index 9478f57..06c6ebf 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Perl extension MooseX::Net::API +0.09 Thu 07 Jan 2010 12:07:03 PM CET + - update tests and add new tests + - return content and http_response + 0.08 Mon 04 Jan 2010 05:58:56 PM CET - api_base_url is not read-only
2010-01-06return deserialized content and http responsefranck cuny1-1/+8
2010-01-04Checking in changes prior to tagging of version 0.08. Changelog diff is:franck cuny1-1/+1
diff --git a/Changes b/Changes index 8335104..9478f57 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension MooseX::Net::API +0.08 Mon 04 Jan 2010 05:58:56 PM CET + - api_base_url is not read-only + 0.07 Mon 04 Jan 2010 11:50:22 AM CET - fix error reporting
2010-01-04api_base_url is not read-onlyfranck cuny1-1/+1
2010-01-04Checking in changes prior to tagging of version 0.07. Changelog diff is:franck cuny1-1/+1
diff --git a/Changes b/Changes index 2ea51bd..8335104 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension MooseX::Net::API +0.07 Mon 04 Jan 2010 11:50:22 AM CET + - fix error reporting + 0.06 Sun 20 Dec 2009 05:17:49 PM CET - mainly cleaning and POD
2010-01-04fix error reportingfranck cuny1-5/+15
2009-12-20update version, add warningfranck cuny1-1/+3
2009-12-20add expected code, error, remove croakfranck cuny1-34/+84
2009-12-20update PODfranck cuny1-14/+43
2009-12-09Checking in changes prior to tagging of version 0.05. Changelog diff is:franck cuny1-1/+1
diff --git a/Changes b/Changes index 51448b4..0b8c585 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension MooseX::Net::API +0.05 Wed 09 Dec 2009 11:01:54 AM CET + - missing try::tiny + 0.04 Wed 09 Dec 2009 10:58:04 AM CET - some cleaning in roles
2009-12-09Checking in changes prior to tagging of version 0.04. Changelog diff is:franck cuny1-1/+1
diff --git a/Changes b/Changes index 212dc55..51448b4 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension MooseX::Net::API +0.04 Wed 09 Dec 2009 10:58:04 AM CET + - some cleaning in roles + 0.03 Tue 08 Dec 2009 04:22:45 PM CET - move some code in roles - add code to use catalyst in tests
2009-12-09some cleaningfranck cuny1-10/+15
2009-12-08Checking in changes prior to tagging of version 0.03. Changelog diff is:franck cuny1-1/+1
diff --git a/Changes b/Changes index c299913..212dc55 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Perl extension MooseX::Net::API +0.03 Tue 08 Dec 2009 04:22:45 PM CET + - move some code in roles + - add code to use catalyst in tests + 0.02 Tue 08 Dec 2009 10:36:03 AM CET - api_base_url is optional - add tests to play with catalyst
2009-12-08update tests to use catalyst, blafranck cuny1-36/+13
2009-12-08Checking in changes prior to tagging of version 0.02. Changelog diff is:franck cuny1-1/+1
diff --git a/Changes b/Changes index e512550..c299913 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,8 @@ Revision history for Perl extension MooseX::Net::API +0.02 Tue 08 Dec 2009 10:36:03 AM CET + - api_base_url is optional + - add tests to play with catalyst + 0.01 Mon Nov 23 14:54:25 2009 - original version
2009-12-04remove meta class and methodfranck cuny1-62/+79
2009-11-27fix deserialisationfranck cuny1-2/+13
2009-11-26POD, makefilefranck cuny1-2/+2
2009-11-26update PODfranck cuny1-1/+7
2009-11-26start POD, add new method net_api_declare, check nearly everythingfranck cuny1-83/+278
2009-11-24update for deserialisationfranck cuny1-15/+25
2009-11-24move roles to filesfranck cuny1-41/+4
2009-11-24add support for (de)serializationfranck cuny1-11/+74
2009-11-24update podfranck cuny1-2/+41
2009-11-24basic ideasfranck cuny1-3/+148