about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* s/with_caller/with_meta/, move code into rolesfranck cuny2010-06-021-405/+99
|
* rename packagefranck cuny2010-04-061-1/+3
|
* update build uri, move error to it's own packagefranck cuny2010-02-182-36/+41
|
* Checking in changes prior to tagging of version 0.10. Changelog diff is:franck cuny2010-01-112-1/+4
| | | | | | | | | | | | | | | | 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
* stringify errorfranck cuny2010-01-111-4/+16
|
* Checking in changes prior to tagging of version 0.09. Changelog diff is:franck cuny2010-01-072-1/+5
| | | | | | | | | | | | | | | | 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
* new testsfranck cuny2010-01-071-0/+67
|
* update testsfranck cuny2010-01-061-0/+3
|
* return deserialized content and http responsefranck cuny2010-01-061-1/+8
|
* Checking in changes prior to tagging of version 0.08. Changelog diff is:franck cuny2010-01-042-1/+4
| | | | | | | | | | | | | | | 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
* api_base_url is not read-onlyfranck cuny2010-01-041-1/+1
|
* Checking in changes prior to tagging of version 0.07. Changelog diff is:franck cuny2010-01-042-1/+4
| | | | | | | | | | | | | | | 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
* fix error reportingfranck cuny2010-01-042-5/+16
|
* start to rewrite testsfranck cuny2009-12-202-11/+28
|
* Checking in changes prior to tagging of version 0.06. Changelog diff is:franck cuny2009-12-203-8/+9
| | | | | | | | | | | | | | | diff --git a/Changes b/Changes index 0b8c585..2ea51bd 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension MooseX::Net::API +0.06 Sun 20 Dec 2009 05:17:49 PM CET + - mainly cleaning and POD + 0.05 Wed 09 Dec 2009 11:01:54 AM CET - missing try::tiny
* replace with valid urlfranck cuny2009-12-201-1/+1
|
* update version, add warningfranck cuny2009-12-201-1/+3
|
* update testfranck cuny2009-12-201-3/+2
|
* remove testsfranck cuny2009-12-202-67/+0
|
* remove tests, not clean enoughfranck cuny2009-12-201-89/+0
|
* add expected code, error, remove croakfranck cuny2009-12-202-34/+85
|
* remove and update some testsfranck cuny2009-12-205-114/+25
|
* remove and update some testsfranck cuny2009-12-208-158/+48
|
* update PODfranck cuny2009-12-201-14/+43
|
* remove this classfranck cuny2009-12-201-8/+0
|
* Checking in changes prior to tagging of version 0.05. Changelog diff is:franck cuny2009-12-092-1/+4
| | | | | | | | | | | | | | | 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
* try::tiny is missingfranck cuny2009-12-091-0/+1
|
* Checking in changes prior to tagging of version 0.04. Changelog diff is:franck cuny2009-12-092-1/+4
| | | | | | | | | | | | | | | | 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
* some cleaningfranck cuny2009-12-093-12/+19
|
* Checking in changes prior to tagging of version 0.03. Changelog diff is:franck cuny2009-12-082-1/+5
| | | | | | | | | | | | | | | | | 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
* update tests to use catalyst, blafranck cuny2009-12-083-80/+72
|
* method to deserializefranck cuny2009-12-081-1/+29
|
* move serialize into a rolefranck cuny2009-12-081-1/+13
|
* Checking in changes prior to tagging of version 0.02. Changelog diff is:franck cuny2009-12-082-1/+5
| | | | | | | | | | | | | | | | 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
* Merge branch 'topic/create_tests'franck cuny2009-12-0810-65/+344
|\ | | | | | | | | | | | | | | | | * topic/create_tests: small updates to tests add a catalyst app to tests add basic tests remove meta class and method move meta class and method to new file, add meta to handle tests
| * small updates to testsfranck cuny2009-12-043-2/+48
| |
| * add a catalyst app to testsfranck cuny2009-12-043-0/+46
| |
| * add basic testsfranck cuny2009-12-041-1/+119
| |
| * remove meta class and methodfranck cuny2009-12-041-62/+79
| |
| * move meta class and method to new file, add meta to handle testsfranck cuny2009-12-042-0/+52
| |
* | Checking in changes prior to tagging of version 0.01. Changelog diff is:franck cuny2009-12-084-14/+14
|/
* fix deserialisationfranck cuny2009-11-272-3/+14
|
* new testsfranck cuny2009-11-272-0/+41
|
* add more test with different apifranck cuny2009-11-271-2/+0
|
* add more testsfranck cuny2009-11-266-0/+146
|
* add errorfranck cuny2009-11-261-0/+8
|
* POD, makefilefranck cuny2009-11-262-3/+6
|
* update PODfranck cuny2009-11-261-1/+7
|
* move class to libfranck cuny2009-11-261-60/+19
|
* start POD, add new method net_api_declare, check nearly everythingfranck cuny2009-11-261-83/+278
|
* update for deserialisationfranck cuny2009-11-243-17/+27
|
* move roles to filesfranck cuny2009-11-243-41/+46
|
* add support for (de)serializationfranck cuny2009-11-241-11/+74
|
* update podfranck cuny2009-11-241-2/+41
|
* basic ideasfranck cuny2009-11-243-3/+234
|
* initial commitfranck cuny2009-11-2311-0/+119