summaryrefslogtreecommitdiff
path: root/lib (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-17Update description to mention Net::HTTP::SPORE.masterFranck Cuny1-1/+1
2015-02-16Fix various deprecations.Franck Cuny3-3/+4
2015-02-16Add __END__ section to all the lib files.Franck Cuny14-0/+28
2015-02-16Add a __END__ section to Net::HTTP::APIFranck Cuny1-0/+2
2010-12-08remove auto-dereffranck cuny1-1/+0
2010-12-08remove api_franck cuny1-1/+1
2010-12-08add HashRef to type def.franck cuny1-1/+1
2010-12-08default to hashreffranck cuny2-1/+4
2010-12-08pass the format optiosn to the serializersfranck cuny3-10/+12
2010-12-08allow format_optionsfranck cuny1-0/+6
2010-12-08new optionfranck cuny1-0/+1
2010-08-31test wasin wrong orderfranck cuny1-1/+2
2010-08-31empty class to extendfranck cuny1-0/+5
2010-07-26use new Moose::Util::MetaRolefranck cuny1-2/+5
2010-07-26remove coercefranck cuny1-1/+1
2010-07-18allow nonref for json; clean PODfranck cuny3-6/+9
2010-07-16rename from mx::net::api to net::http::apifranck cuny16-73/+74
2010-06-29check if auth_method is declaredfranck cuny2-6/+11
2010-06-25another fix for pathfranck cuny1-2/+2
2010-06-24fix regexfranck cuny1-2/+2
2010-06-24add strict and alter what params_in_url doesfranck cuny2-41/+36
2010-06-22params can be strict or no strictfranck cuny2-1/+10
2010-06-17fix formatfranck cuny3-4/+8
2010-06-08fix methods namefranck cuny1-5/+6
2010-06-08add documentation to methodfranck cuny1-0/+19
2010-06-08rename find_param to find_request_parameterfranck cuny1-32/+44
2010-06-08want exact matchfranck cuny1-1/+1
2010-06-08rewrite meta API: use _net_api_ in name, add find_net_api_method_by_namefranck cuny1-15/+55
2010-06-04remove method; pretty outputfranck cuny1-1/+8
2010-06-04fix bug whit remaining params in urlfranck cuny1-1/+2
2010-06-03update dist.inifranck cuny15-332/+30
2010-06-03rename some methodsfranck cuny7-43/+32
2010-06-03fix attribute declarationfranck cuny1-1/+1
2010-06-03update PODfranck cuny16-57/+424
2010-06-03update PODfranck cuny1-24/+82
2010-06-03http-console: a simple http console to do REST query (like http://github.com/...franck cuny2-1/+2
2010-06-02handle authenticationfranck cuny1-0/+47
2010-06-02clean codefranck cuny1-7/+17
2010-06-02cleanfranck cuny1-2/+3
2010-06-02fix version numberfranck cuny1-1/+1
2010-06-02remove old serilizerfranck cuny1-34/+0
2010-06-02move content deserialization to rolefranck cuny2-25/+33
2010-06-02use MX::Net::API::Parser to handle serializationfranck cuny1-0/+48
2010-06-02http_request and api_base_url are defined in this rolefranck cuny1-0/+52
2010-06-02role to handle format informationsfranck cuny1-0/+41
2010-06-02role to handle useragentfranck cuny1-0/+24
2010-06-02parser to (de)serialize contentfranck cuny4-0/+66
2010-06-02remove code, let the wrapper do the workfranck cuny1-0/+59
2010-06-02move code to rolesfranck cuny1-0/+49
2010-06-02mx::net::api::method : attributes, wrapper, validates, ...franck cuny1-8/+201
2010-06-02meta class with rolefranck cuny1-19/+4
2010-06-02use JSON, add PODfranck cuny1-2/+33
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 cuny2-36/+41
2010-01-11Checking in changes prior to tagging of version 0.10. Changelog diff is:franck cuny1-1/+1
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
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
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
2010-01-04fix error reportingfranck cuny1-5/+15
2009-12-20update version, add warningfranck cuny1-1/+3
2009-12-20remove testsfranck cuny2-67/+0
2009-12-20remove tests, not clean enoughfranck cuny1-89/+0
2009-12-20add expected code, error, remove croakfranck cuny2-34/+85
2009-12-20update PODfranck cuny1-14/+43
2009-12-20remove this classfranck cuny1-8/+0
2009-12-09Checking in changes prior to tagging of version 0.05. Changelog diff is:franck cuny1-1/+1
2009-12-09try::tiny is missingfranck cuny1-0/+1
2009-12-09Checking in changes prior to tagging of version 0.04. Changelog diff is:franck cuny1-1/+1
2009-12-09some cleaningfranck cuny2-10/+16
2009-12-08Checking in changes prior to tagging of version 0.03. Changelog diff is:franck cuny1-1/+1
2009-12-08update tests to use catalyst, blafranck cuny3-80/+72
2009-12-08method to deserializefranck cuny1-1/+29
2009-12-08move serialize into a rolefranck cuny1-1/+13
2009-12-08Checking in changes prior to tagging of version 0.02. Changelog diff is:franck cuny1-1/+1
2009-12-04add basic testsfranck cuny1-1/+119
2009-12-04remove meta class and methodfranck cuny1-62/+79
2009-12-04move meta class and method to new file, add meta to handle testsfranck cuny2-0/+52
2009-11-27fix deserialisationfranck cuny2-3/+14
2009-11-26add errorfranck cuny1-0/+8
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 cuny3-17/+27
2009-11-24move roles to filesfranck cuny3-41/+46
2009-11-24add support for (de)serializationfranck cuny1-11/+74
2009-11-24update podfranck cuny1-2/+41
2009-11-24basic ideasfranck cuny2-3/+161