X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TODO;h=05f4776734fe26f66fd308c530d96abcc18bbeea;hb=398c5a1bfa52e417d07af96341ec75424dd519ed;hp=572dd3d2cffbea0d52f7c0b13c18c0c630364be1;hpb=256c894fcf95e1a0716676afb8f5732854734672;p=catagits%2FCatalyst-Action-REST.git diff --git a/TODO b/TODO index 572dd3d..05f4776 100644 --- a/TODO +++ b/TODO @@ -1,10 +1,11 @@ * Override setup_classes from Catalyst::Base, so things that use C::Controller:REST don't need to have ActionClass('REST') on them -* Create generalized serializer/deserializer, that uses content_type to - choose +* More documentation of the Serialization/Deserialization process. -* Document everything +* More Serializers! + +* More status methods! * More tests