| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2013-04-19 | clean up types | Brian Phillips | 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) | |||||
| 2011-12-08 | fix warnings in test | Brian Cassidy | 1 | -3/+3 | |
| 2010-10-25 | api spec can be modularized: | franck cuny | 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 | |||||
| 2010-10-17 | update tests to use the dummy api, and replace api_base_url with base_url | franck cuny | 2 | -16/+18 | |
| 2010-10-12 | add enable_if feature + tests | franck cuny | 1 | -0/+56 | |
| 2010-10-08 | add new_from_string and some tests | franck cuny | 1 | -0/+50 | |
