Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clean up types | Brian Phillips | 2013-04-19 | 1 | -1/+9 |
| | | | | | | | | | - Split out type declarations into separate class - Use namespaced types instead of global types (via MooseX::Types) - use declared types where possible, instead of quoted type names (i.e. isa => Str, instead of isa => 'Str') - Allow "authentication" attribute to coerce from a JSON::is_bool() value (instead of expecting it to be a 1 or a 0 all the time) | ||||
* | fix warnings in test | Brian Cassidy | 2011-12-08 | 1 | -3/+3 |
| | |||||
* | api spec can be modularized: | franck cuny | 2010-10-25 | 1 | -14/+54 |
| | | | | | | * add two new methods: new_from_specs and new_from_strings theses two methods can receive more than one description to create a client * add tests and api desc | ||||
* | update tests to use the dummy api, and replace api_base_url with base_url | franck cuny | 2010-10-17 | 2 | -16/+18 |
| | |||||
* | add enable_if feature + tests | franck cuny | 2010-10-12 | 1 | -0/+56 |
| | |||||
* | add new_from_string and some tests | franck cuny | 2010-10-08 | 1 | -0/+50 |