about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Update description to mention Net::HTTP::SPORE. masterFranck Cuny2015-02-171-1/+1
* drop 5.10 from travisFranck Cuny2015-02-171-1/+0
* drop the --release target in dzil for travisFranck Cuny2015-02-161-1/+1
* various update to the dzil configurationFranck Cuny2015-02-161-3/+4
* ignore .build generated by dist:zillaFranck Cuny2015-02-161-0/+1
* Fix a few tests.Franck Cuny2015-02-161-6/+9
* Fix various deprecations.Franck Cuny2015-02-163-3/+4
* Add __END__ section to all the lib files.Franck Cuny2015-02-1615-4/+28
* Add a __END__ section to Net::HTTP::APIFranck Cuny2015-02-161-0/+2
* Update dist.ini configuration for READMEFranck Cuny2015-02-161-0/+3
* Fix dzil configuration.Franck Cuny2015-02-161-1/+1
* Update name of some dzil modules.Franck Cuny2015-02-161-2/+2
* Update and rename readme.Franck Cuny2015-02-032-41/+3
* Add configuration for travis-ci.Franck Cuny2015-02-031-0/+16
* remove auto-dereffranck cuny2010-12-081-1/+0
* remove api_franck cuny2010-12-081-1/+1
* add HashRef to type def.franck cuny2010-12-082-3/+4
* default to hashreffranck cuny2010-12-082-1/+4
* pass the format optiosn to the serializersfranck cuny2010-12-083-10/+12
* allow format_optionsfranck cuny2010-12-081-0/+6
* new optionfranck cuny2010-12-081-0/+1
* start to write docfranck cuny2010-08-311-0/+41
* test wasin wrong orderfranck cuny2010-08-311-1/+2
* empty class to extendfranck cuny2010-08-311-0/+5
* ready to releasefranck cuny2010-07-262-1/+5
* use new Moose::Util::MetaRolefranck cuny2010-07-261-2/+5
* remove coercefranck cuny2010-07-261-1/+1
* changes; update versionfranck cuny2010-07-182-3/+10
* remove duplicate testsfranck cuny2010-07-184-24/+0
* allow nonref for json; clean PODfranck cuny2010-07-183-6/+9
* rename from mx::net::api to net::http::apifranck cuny2010-07-161-1/+1
* rename from mx::net::api to net::http::apifranck cuny2010-07-168-20/+20
* rename from mx::net::api to net::http::apifranck cuny2010-07-1616-73/+74
* check if auth_method is declaredfranck cuny2010-06-292-6/+11
* another fix for pathfranck cuny2010-06-251-2/+2
* fix regexfranck cuny2010-06-241-2/+2
* add strict and alter what params_in_url doesfranck cuny2010-06-244-41/+87
* params can be strict or no strictfranck cuny2010-06-222-1/+10
* fix formatfranck cuny2010-06-173-4/+8
* fix methods namefranck cuny2010-06-081-5/+6
* add documentation to methodfranck cuny2010-06-081-0/+19
* rename find_param to find_request_parameterfranck cuny2010-06-081-32/+44
* want exact matchfranck cuny2010-06-081-1/+1
* remove http-consolefranck cuny2010-06-081-90/+0
* rewrite meta API: use _net_api_ in name, add find_net_api_method_by_namefranck cuny2010-06-081-15/+55
* remove method; pretty outputfranck cuny2010-06-042-6/+22
* add kwaliteefranck cuny2010-06-041-0/+1
* fix bug whit remaining params in urlfranck cuny2010-06-042-3/+4
* update dist.inifranck cuny2010-06-0316-336/+48
* rename some methodsfranck cuny2010-06-037-43/+32
* remove -d, add uploadtocpanfranck cuny2010-06-032-1/+2
* remove shipitfranck cuny2010-06-031-6/+0
* update Changesfranck cuny2010-06-031-10/+16
* switch to dzillafranck cuny2010-06-033-50/+13
* mergefranck cuny2010-06-0325-694/+1560
|\
| * fix attribute declarationfranck cuny2010-06-031-1/+1
| * basic tests for serializationfranck cuny2010-06-032-83/+9
| * update PODfranck cuny2010-06-0316-57/+424
| * update PODfranck cuny2010-06-031-24/+82
| * post and putfranck cuny2010-06-031-9/+44
| * http-console: a simple http console to do REST query (like http://github.com/...franck cuny2010-06-033-1/+48
| * update testsfranck cuny2010-06-022-1/+68
| * handle authenticationfranck cuny2010-06-021-0/+47
| * clean codefranck cuny2010-06-021-7/+17
| * cleanfranck cuny2010-06-021-2/+3
| * fix version numberfranck cuny2010-06-021-1/+1
| * remove old serilizerfranck cuny2010-06-021-34/+0
| * move content deserialization to rolefranck cuny2010-06-022-25/+33
| * use MX::Net::API::Parser to handle serializationfranck cuny2010-06-021-0/+48
| * http_request and api_base_url are defined in this rolefranck cuny2010-06-021-0/+52
| * role to handle format informationsfranck cuny2010-06-021-0/+41
| * testsfranck cuny2010-06-025-79/+177
| * role to handle useragentfranck cuny2010-06-021-0/+24
| * parser to (de)serialize contentfranck cuny2010-06-024-0/+66
| * remove code, let the wrapper do the workfranck cuny2010-06-021-0/+59
| * move code to rolesfranck cuny2010-06-021-0/+49
| * mx::net::api::method : attributes, wrapper, validates, ...franck cuny2010-06-021-8/+201
| * meta class with rolefranck cuny2010-06-021-19/+4
| * use JSON, add PODfranck cuny2010-06-021-2/+33
| * s/with_caller/with_meta/, move code into rolesfranck cuny2010-06-021-405/+99
* | replace remainging with nothingfranck cuny2010-05-111-2/+8
* | fix infinite loopfranck cuny2010-05-111-1/+1
|/
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* Merge branch 'topic/create_tests'franck cuny2009-12-0810-65/+344
|\
| * 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