Changes between Version 1 and Version 2 of programmersguide/architecture/core/DataProvider


Ignore:
Timestamp:
04/08/16 10:12:20 (10 years ago)
Author:
jano.simas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • programmersguide/architecture/core/DataProvider

    v1 v2  
    77- Se está ativo 
    88 
     9 
     10== JSon == 
     11 
     12Estrutura base do formato de transferencia de um DataProvider 
     13 
     14{{{ 
     15{ 
     16  "id" = 1, 
     17  "project_id" = 2, 
     18  "name" = true, 
     19  "description" = "...", 
     20  "intent" = 3, 
     21  "uri" = "...", 
     22  "active" = true 
     23} 
     24}}}