in reply to Standards for JSON API
This isn't really Perl-specific. Try how to design a rest api, and the Dancer plugin like Anonymous Monk suggested, or something like Catalyst's Catalyst-Action-REST, or perhaps something like Mojolicious's Mojolicious-Plugin-REST.
If you don't feel like thinking too hard about an API design, just pull a Google and simply drastically change the API every few years. Keeps your customers on their toes.
|
|---|