Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 566 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 566 Bytes

#API REST

API developed using Mojolicious::Lite running on CGI mode just for educational purpose.

##.htaccess

The .htaccess file has a trick to run the script in a "pretty URL" way.

Instead of run the script like http://domain.com/api/index.pl/noticia/666 we just need to run http://domain.com/api/noticia/666 and that's it, we don't need to have that ugly "index.pl" from the link anymore

##Contact

If you have some questions about this, don't hesitate on contact me by email bastertwo at gmail.com, or, you can find me also on twitter as @albertojauregui