Changes between Version 6 and Version 7 of RESTDraft


Ignore:
Timestamp:
04/02/12 18:01:40 (12 years ago)
Author:
adir
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RESTDraft

    v6 v7  
    4141||'''Método:'''||'''POST'''|| || 
    4242||'''Parâmetros:'''|| grant_type:(authorization_code/password/token/refresh_token) \\ client_id: <> \\ client_secret: <> \\ username: <> \\ password: <>|| || 
    43 ||'''Retorno:'''|| ||  ||\\{ 
    44        "access_token":"2YotnFZFEjr1zCsicMWpAA", 
    45        "token_type":"example", 
    46        "expires_in":3600, 
    47        "refresh_token":"tGzv3JOkF0XG5Qx2TlKWIA", 
    48        "example_parameter":"example_value" 
    49      } || 
     43||'''Retorno:'''|| access_token \\ token_type \\ expires_in \\ refresh_token || 
    5044||Retorno de Exemplo (JSON):|||| {} 
    5145\\