Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clean code | franck cuny | 2010-06-02 | 1 | -7/+17 |
| | |||||
* | clean | franck cuny | 2010-06-02 | 1 | -2/+3 |
| | |||||
* | fix version number | franck cuny | 2010-06-02 | 1 | -1/+1 |
| | |||||
* | remove old serilizer | franck cuny | 2010-06-02 | 1 | -34/+0 |
| | |||||
* | move content deserialization to role | franck cuny | 2010-06-02 | 2 | -25/+33 |
| | |||||
* | use MX::Net::API::Parser to handle serialization | franck cuny | 2010-06-02 | 1 | -0/+48 |
| | |||||
* | http_request and api_base_url are defined in this role | franck cuny | 2010-06-02 | 1 | -0/+52 |
| | |||||
* | role to handle format informations | franck cuny | 2010-06-02 | 1 | -0/+41 |
| | |||||
* | tests | franck cuny | 2010-06-02 | 5 | -79/+177 |
| | |||||
* | role to handle useragent | franck cuny | 2010-06-02 | 1 | -0/+24 |
| | |||||
* | parser to (de)serialize content | franck cuny | 2010-06-02 | 4 | -0/+66 |
| | |||||
* | remove code, let the wrapper do the work | franck cuny | 2010-06-02 | 1 | -0/+59 |
| | |||||
* | move code to roles | franck cuny | 2010-06-02 | 1 | -0/+49 |
| | |||||
* | mx::net::api::method : attributes, wrapper, validates, ... | franck cuny | 2010-06-02 | 1 | -8/+201 |
| | |||||
* | meta class with role | franck cuny | 2010-06-02 | 1 | -19/+4 |
| | |||||
* | use JSON, add POD | franck cuny | 2010-06-02 | 1 | -2/+33 |
| | |||||
* | s/with_caller/with_meta/, move code into roles | franck cuny | 2010-06-02 | 1 | -405/+99 |
| | |||||
* | rename package | franck cuny | 2010-04-06 | 1 | -1/+3 |
| | |||||
* | update build uri, move error to it's own package | franck cuny | 2010-02-18 | 2 | -36/+41 |
| | |||||
* | Checking in changes prior to tagging of version 0.10. Changelog diff is: | franck cuny | 2010-01-11 | 2 | -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 error | franck cuny | 2010-01-11 | 1 | -4/+16 |
| | |||||
* | Checking in changes prior to tagging of version 0.09. Changelog diff is: | franck cuny | 2010-01-07 | 2 | -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 tests | franck cuny | 2010-01-07 | 1 | -0/+67 |
| | |||||
* | update tests | franck cuny | 2010-01-06 | 1 | -0/+3 |
| | |||||
* | return deserialized content and http response | franck cuny | 2010-01-06 | 1 | -1/+8 |
| | |||||
* | Checking in changes prior to tagging of version 0.08. Changelog diff is: | franck cuny | 2010-01-04 | 2 | -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-only | franck cuny | 2010-01-04 | 1 | -1/+1 |
| | |||||
* | Checking in changes prior to tagging of version 0.07. Changelog diff is: | franck cuny | 2010-01-04 | 2 | -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 reporting | franck cuny | 2010-01-04 | 2 | -5/+16 |
| | |||||
* | start to rewrite tests | franck cuny | 2009-12-20 | 2 | -11/+28 |
| | |||||
* | Checking in changes prior to tagging of version 0.06. Changelog diff is: | franck cuny | 2009-12-20 | 3 | -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 url | franck cuny | 2009-12-20 | 1 | -1/+1 |
| | |||||
* | update version, add warning | franck cuny | 2009-12-20 | 1 | -1/+3 |
| | |||||
* | update test | franck cuny | 2009-12-20 | 1 | -3/+2 |
| | |||||
* | remove tests | franck cuny | 2009-12-20 | 2 | -67/+0 |
| | |||||
* | remove tests, not clean enough | franck cuny | 2009-12-20 | 1 | -89/+0 |
| | |||||
* | add expected code, error, remove croak | franck cuny | 2009-12-20 | 2 | -34/+85 |
| | |||||
* | remove and update some tests | franck cuny | 2009-12-20 | 5 | -114/+25 |
| | |||||
* | remove and update some tests | franck cuny | 2009-12-20 | 8 | -158/+48 |
| | |||||
* | update POD | franck cuny | 2009-12-20 | 1 | -14/+43 |
| | |||||
* | remove this class | franck cuny | 2009-12-20 | 1 | -8/+0 |
| | |||||
* | Checking in changes prior to tagging of version 0.05. Changelog diff is: | franck cuny | 2009-12-09 | 2 | -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 missing | franck cuny | 2009-12-09 | 1 | -0/+1 |
| | |||||
* | Checking in changes prior to tagging of version 0.04. Changelog diff is: | franck cuny | 2009-12-09 | 2 | -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 cleaning | franck cuny | 2009-12-09 | 3 | -12/+19 |
| | |||||
* | Checking in changes prior to tagging of version 0.03. Changelog diff is: | franck cuny | 2009-12-08 | 2 | -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, bla | franck cuny | 2009-12-08 | 3 | -80/+72 |
| | |||||
* | method to deserialize | franck cuny | 2009-12-08 | 1 | -1/+29 |
| | |||||
* | move serialize into a role | franck cuny | 2009-12-08 | 1 | -1/+13 |
| | |||||
* | Checking in changes prior to tagging of version 0.02. Changelog diff is: | franck cuny | 2009-12-08 | 2 | -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 cuny | 2009-12-08 | 10 | -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 tests | franck cuny | 2009-12-04 | 3 | -2/+48 |
| | | |||||
| * | add a catalyst app to tests | franck cuny | 2009-12-04 | 3 | -0/+46 |
| | | |||||
| * | add basic tests | franck cuny | 2009-12-04 | 1 | -1/+119 |
| | | |||||
| * | remove meta class and method | franck cuny | 2009-12-04 | 1 | -62/+79 |
| | | |||||
| * | move meta class and method to new file, add meta to handle tests | franck cuny | 2009-12-04 | 2 | -0/+52 |
| | | |||||
* | | Checking in changes prior to tagging of version 0.01. Changelog diff is: | franck cuny | 2009-12-08 | 4 | -14/+14 |
|/ | |||||
* | fix deserialisation | franck cuny | 2009-11-27 | 2 | -3/+14 |
| | |||||
* | new tests | franck cuny | 2009-11-27 | 2 | -0/+41 |
| | |||||
* | add more test with different api | franck cuny | 2009-11-27 | 1 | -2/+0 |
| | |||||
* | add more tests | franck cuny | 2009-11-26 | 6 | -0/+146 |
| | |||||
* | add error | franck cuny | 2009-11-26 | 1 | -0/+8 |
| | |||||
* | POD, makefile | franck cuny | 2009-11-26 | 2 | -3/+6 |
| | |||||
* | update POD | franck cuny | 2009-11-26 | 1 | -1/+7 |
| | |||||
* | move class to lib | franck cuny | 2009-11-26 | 1 | -60/+19 |
| | |||||
* | start POD, add new method net_api_declare, check nearly everything | franck cuny | 2009-11-26 | 1 | -83/+278 |
| | |||||
* | update for deserialisation | franck cuny | 2009-11-24 | 3 | -17/+27 |
| | |||||
* | move roles to files | franck cuny | 2009-11-24 | 3 | -41/+46 |
| | |||||
* | add support for (de)serialization | franck cuny | 2009-11-24 | 1 | -11/+74 |
| | |||||
* | update pod | franck cuny | 2009-11-24 | 1 | -2/+41 |
| | |||||
* | basic ideas | franck cuny | 2009-11-24 | 3 | -3/+234 |
| | |||||
* | initial commit | franck cuny | 2009-11-23 | 11 | -0/+119 |