Ignore:
Timestamp:
06/05/12 16:04:09 (12 years ago)
Author:
asaikawa
Message:

Ticket #2507 - Inclusao do formulario de teste do Recurso que recupera os eventos no Restclient

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/webservice/restclient/restclient.php

    r6339 r6424  
    135135 
    136136                        break; 
     137                case 'Calendar/Events': 
     138                        $requestID = 15; 
     139                        $params = array ( 
     140                                "auth"                  => $auth, 
     141                                "dateStart"             => $_REQUEST['params']['dateStart'], 
     142                                "dateEnd"               => $_REQUEST['params']['dateEnd'], 
     143                                "splitEvent"    => $_REQUEST['params']['splitEvent'] 
     144                        ); 
     145 
     146                        break; 
    137147                default: 
    138148                        echo "NO REQUESTID FOR ".$resource. " RESOURCE."; 
Note: See TracChangeset for help on using the changeset viewer.