| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2015-02-17 | Update description to mention Net::HTTP::SPORE.master | Franck Cuny | 1 | -1/+1 | |
| This module is now deprecated. | |||||
| 2015-02-16 | Fix various deprecations. | Franck Cuny | 3 | -3/+4 | |
| enum are created with array ref, not array. Class::MOP::load_class is replaced with Class::Load::load_class. | |||||
| 2015-02-16 | Add __END__ section to all the lib files. | Franck Cuny | 14 | -0/+28 | |
| 2015-02-16 | Add a __END__ section to Net::HTTP::API | Franck Cuny | 1 | -0/+2 | |
| 2010-12-08 | remove auto-deref | franck cuny | 1 | -1/+0 | |
| 2010-12-08 | remove api_ | franck cuny | 1 | -1/+1 | |
| 2010-12-08 | add HashRef to type def. | franck cuny | 1 | -1/+1 | |
| 2010-12-08 | default to hashref | franck cuny | 2 | -1/+4 | |
| 2010-12-08 | pass the format optiosn to the serializers | franck cuny | 3 | -10/+12 | |
| 2010-12-08 | allow format_options | franck cuny | 1 | -0/+6 | |
| 2010-12-08 | new option | franck cuny | 1 | -0/+1 | |
| 2010-08-31 | test wasin wrong order | franck cuny | 1 | -1/+2 | |
| 2010-08-31 | empty class to extend | franck cuny | 1 | -0/+5 | |
| 2010-07-26 | use new Moose::Util::MetaRole | franck cuny | 1 | -2/+5 | |
| 2010-07-26 | remove coerce | franck cuny | 1 | -1/+1 | |
| 2010-07-18 | allow nonref for json; clean POD | franck cuny | 3 | -6/+9 | |
| 2010-07-16 | rename from mx::net::api to net::http::api | franck cuny | 16 | -73/+74 | |
| 2010-06-29 | check if auth_method is declared | franck cuny | 2 | -6/+11 | |
| 2010-06-25 | another fix for path | franck cuny | 1 | -2/+2 | |
| 2010-06-24 | fix regex | franck cuny | 1 | -2/+2 | |
| 2010-06-24 | add strict and alter what params_in_url does | franck cuny | 2 | -41/+36 | |
| 2010-06-22 | params can be strict or no strict | franck cuny | 2 | -1/+10 | |
| 2010-06-17 | fix format | franck cuny | 3 | -4/+8 | |
| 2010-06-08 | fix methods name | franck cuny | 1 | -5/+6 | |
| 2010-06-08 | add documentation to method | franck cuny | 1 | -0/+19 | |
| 2010-06-08 | rename find_param to find_request_parameter | franck cuny | 1 | -32/+44 | |
| 2010-06-08 | want exact match | franck cuny | 1 | -1/+1 | |
| 2010-06-08 | rewrite meta API: use _net_api_ in name, add find_net_api_method_by_name | franck cuny | 1 | -15/+55 | |
| 2010-06-04 | remove method; pretty output | franck cuny | 1 | -1/+8 | |
| 2010-06-04 | fix bug whit remaining params in url | franck cuny | 1 | -1/+2 | |
| 2010-06-03 | update dist.ini | franck cuny | 15 | -332/+30 | |
| add abstract update POD to use podweaver fix | |||||
| 2010-06-03 | rename some methods | franck cuny | 7 | -43/+32 | |
| 2010-06-03 | fix attribute declaration | franck cuny | 1 | -1/+1 | |
| 2010-06-03 | update POD | franck cuny | 16 | -57/+424 | |
| 2010-06-03 | update POD | franck cuny | 1 | -24/+82 | |
| 2010-06-03 | http-console: a simple http console to do REST query (like ↵ | franck cuny | 2 | -1/+2 | |
| http://github.com/cloudhead/http-console) | |||||
| 2010-06-02 | handle authentication | franck cuny | 1 | -0/+47 | |
| 2010-06-02 | clean code | franck cuny | 1 | -7/+17 | |
| 2010-06-02 | clean | franck cuny | 1 | -2/+3 | |
| 2010-06-02 | fix version number | franck cuny | 1 | -1/+1 | |
| 2010-06-02 | remove old serilizer | franck cuny | 1 | -34/+0 | |
| 2010-06-02 | move content deserialization to role | franck cuny | 2 | -25/+33 | |
| 2010-06-02 | use MX::Net::API::Parser to handle serialization | franck cuny | 1 | -0/+48 | |
| 2010-06-02 | http_request and api_base_url are defined in this role | franck cuny | 1 | -0/+52 | |
| 2010-06-02 | role to handle format informations | franck cuny | 1 | -0/+41 | |
| 2010-06-02 | role to handle useragent | franck cuny | 1 | -0/+24 | |
| 2010-06-02 | parser to (de)serialize content | franck cuny | 4 | -0/+66 | |
| 2010-06-02 | remove code, let the wrapper do the work | franck cuny | 1 | -0/+59 | |
| 2010-06-02 | move code to roles | franck cuny | 1 | -0/+49 | |
| 2010-06-02 | mx::net::api::method : attributes, wrapper, validates, ... | franck cuny | 1 | -8/+201 | |
| 2010-06-02 | meta class with role | franck cuny | 1 | -19/+4 | |
| 2010-06-02 | use JSON, add POD | franck cuny | 1 | -2/+33 | |
| 2010-06-02 | s/with_caller/with_meta/, move code into roles | franck cuny | 1 | -405/+99 | |
| 2010-05-11 | replace remainging with nothing | franck cuny | 1 | -2/+8 | |
| 2010-05-11 | fix infinite loop | franck cuny | 1 | -1/+1 | |
| 2010-04-06 | rename package | franck cuny | 1 | -1/+3 | |
| 2010-02-18 | update build uri, move error to it's own package | franck cuny | 2 | -36/+41 | |
| 2010-01-11 | Checking in changes prior to tagging of version 0.10. Changelog diff is: | franck cuny | 1 | -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-11 | stringify error | franck cuny | 1 | -4/+16 | |
| 2010-01-07 | Checking in changes prior to tagging of version 0.09. Changelog diff is: | franck cuny | 1 | -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-06 | return deserialized content and http response | franck cuny | 1 | -1/+8 | |
| 2010-01-04 | Checking in changes prior to tagging of version 0.08. Changelog diff is: | franck cuny | 1 | -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-04 | api_base_url is not read-only | franck cuny | 1 | -1/+1 | |
| 2010-01-04 | Checking in changes prior to tagging of version 0.07. Changelog diff is: | franck cuny | 1 | -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-04 | fix error reporting | franck cuny | 1 | -5/+15 | |
| 2009-12-20 | update version, add warning | franck cuny | 1 | -1/+3 | |
| 2009-12-20 | remove tests | franck cuny | 2 | -67/+0 | |
| 2009-12-20 | remove tests, not clean enough | franck cuny | 1 | -89/+0 | |
| 2009-12-20 | add expected code, error, remove croak | franck cuny | 2 | -34/+85 | |
| 2009-12-20 | update POD | franck cuny | 1 | -14/+43 | |
| 2009-12-20 | remove this class | franck cuny | 1 | -8/+0 | |
| 2009-12-09 | Checking in changes prior to tagging of version 0.05. Changelog diff is: | franck cuny | 1 | -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-09 | try::tiny is missing | franck cuny | 1 | -0/+1 | |
| 2009-12-09 | Checking in changes prior to tagging of version 0.04. Changelog diff is: | franck cuny | 1 | -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-09 | some cleaning | franck cuny | 2 | -10/+16 | |
| 2009-12-08 | Checking in changes prior to tagging of version 0.03. Changelog diff is: | franck cuny | 1 | -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-08 | update tests to use catalyst, bla | franck cuny | 3 | -80/+72 | |
| 2009-12-08 | method to deserialize | franck cuny | 1 | -1/+29 | |
| 2009-12-08 | move serialize into a role | franck cuny | 1 | -1/+13 | |
| 2009-12-08 | Checking in changes prior to tagging of version 0.02. Changelog diff is: | franck cuny | 1 | -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-04 | add basic tests | franck cuny | 1 | -1/+119 | |
| 2009-12-04 | remove meta class and method | franck cuny | 1 | -62/+79 | |
| 2009-12-04 | move meta class and method to new file, add meta to handle tests | franck cuny | 2 | -0/+52 | |
| 2009-11-27 | fix deserialisation | franck cuny | 2 | -3/+14 | |
| 2009-11-26 | add error | franck cuny | 1 | -0/+8 | |
| 2009-11-26 | POD, makefile | franck cuny | 1 | -2/+2 | |
| 2009-11-26 | update POD | franck cuny | 1 | -1/+7 | |
| 2009-11-26 | start POD, add new method net_api_declare, check nearly everything | franck cuny | 1 | -83/+278 | |
| 2009-11-24 | update for deserialisation | franck cuny | 3 | -17/+27 | |
| 2009-11-24 | move roles to files | franck cuny | 3 | -41/+46 | |
| 2009-11-24 | add support for (de)serialization | franck cuny | 1 | -11/+74 | |
| 2009-11-24 | update pod | franck cuny | 1 | -2/+41 | |
| 2009-11-24 | basic ideas | franck cuny | 2 | -3/+161 | |
