Ignore:
Timestamp:
01/30/13 14:35:32 (11 years ago)
Author:
alexandrecorreia
Message:

Ticket #2507 - Criado um novo cliente REST para teste/documentação no Expresso.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/webservice/restclient_new/js/resources.js

    r7808 r7809  
    364364                        account_description_up  :["text", "enabled", "string", true, "", "Descrição do usuário"]         
    365365                } 
    366         }, 
    367  
    368         recurso_alexandre: 
    369         { 
    370                 apps    : ["admin"], 
    371                 id              : "recurso_alexandre", 
    372                 description : "Um novo recurso do alexandre", 
    373                 method  : ["POST"], 
    374                 rest    : "Rec/Alexandre", 
    375                 click   : "execute.ajax('recurso_alexandre')", 
    376                 params  : 
    377                 { 
    378                         auth :["text", "disabled", "string", true, "", "Chave de autenticação do usuário"], 
    379                         textMeu :["text", "enabled", "string", true, "", "Meu campo para ser enviado."], 
    380                         textMeu1 :["text", "enabled", "string", true, "", "Meu campo para ser enviado."] 
    381                 } 
    382366        } 
    383367}; 
Note: See TracChangeset for help on using the changeset viewer.