0

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

Lenin
  • 570
  • 16
  • 36

1 Answers1

0

Only JsonFormat and XmlFormat will work out of the box, remaining formats have external dependencies and require you to run make composer-install as explained in http://restler3.luracast.com under installation

Arul Kumaran
  • 983
  • 7
  • 23