Commit Graph

8 Commits

Author SHA1 Message Date
Omar
b6220b04c9 Removing restclient project from composer.json and updating the build-vendor.php file for Michelangelo project 2013-11-28 12:49:03 -04:00
Omar
c5115154c5 Changes in the build script for MichelangeloFE 2013-11-27 16:24:40 -04:00
Erik Amaru Ortiz
52c0dff57d updating vendors 2013-11-22 16:20:49 -04:00
Erik Amaru Ortiz
507101f6dd First OAth2 Functional Implementation 2013-10-09 13:16:05 -04:00
Erik Amaru Ortiz
324e0f6320 last updating on api controller dispatching 2013-08-30 11:31:59 -04:00
@sinedrik
7ddabbad91 Fixes on exception catching for SysGeneric 2013-08-23 13:23:19 -04:00
Erik Amaru Ortiz
d63fb635d6 UPDATE, Update Restler implementation ver 3.0
- First Funcional Commit to implement Restler 3.0
- PM supports now urls requests like:
	GET /api/<workspace_name>/class_name/method?param1=value1
   example:
        GET /api/workflow/class_name/mothod?param1=value1

   There is an equivalent expresion for url above

	GET /<workspace_name>-api/class_name/mothod?param1=value1
   example:
	GET /workflow-api/class_name/mothod?param1=value1

 * and all route expressions that Restler supports
2013-08-22 11:10:04 -04:00
Erik Amaru Ortiz
79be161da4 Addng composer file 2013-08-21 11:49:25 -04:00