Changes between Initial Version and Version 1 of JSONInterface


Ignore:
Timestamp:
Apr 18, 2011, 12:27:46 PM (13 years ago)
Author:
jurzua
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JSONInterface

    v1 v1  
     1
     2
     3== methods ==
     4
     5||= Method =||= description =||
     6|| '''jsoInterface?entId=x1''' || returns an entity by id ||
     7|| '''jsonInterface?codexIdentifier=x1&collection=x2''' || returns a codex by its identifier and collection ||
     8
     9== examples ==
     10
     11* http://localhost:8080/om4-ismi/jsonInterface?entId=432674
     12{{{
     13#!div style="font-size: 80%"
     14Code highlighting:
     15  {{{#!python
     16  hello = lambda: "world"
     17  }}}
     18}}}