I am having an issue with restler, although I registered the following formats:
$r->setSupportedFormats('JsonFormat','XmlFormat','YamlFormat','PlistFormat','AmfFormat');
formats other than JSON or xml are not routable using the suffix,
/path/call.{suffix}
doesnt work at all except for .xml and .json, any ideas?
Using Restler v3 RC3