http://qs321.pair.com?node_id=1056161


in reply to Re^4: modern ways of doing web services - avoid REST too
in thread modern ways of doing web services

Thank you for your follow up.

FWIW - I will gladly take REST over pretty much anything that isn't "always JSON POST over HTTPS." Connecting to REST is very easy compared to most other protocols.

my @a=qw(random brilliant braindead); print $a[rand(@a)];