Sha256: d83f0c0d1c7732fb6ee6c96e96179c1a7cab9f02d70a4f0a21d44abc98e6bc1e

Contents?: true

Size: 1.11 KB

Versions: 12

Compression:

Stored size: 1.11 KB

Contents

%table.table.table-striped
  %thead
    %tr
      %th Resource
      %th HTTP Verb
      %th Content-Type
      %th Required Params
      %th{'style' => 'width: 50%'} Description
  %tbody
    %tr
      %td /user
      %td GET, SEARCH
      %td application/json
      %td api_key, secret
      %td Finds a user and any info related to the user json object
    %tr
      %td /user
      %td POST
      %td application/json
      %td api_key, secret
      %td Creates a new user
    %tr
      %td /storage
      %td GET, SEARCH
      %td application/json
      %td api_key, secret
      %td Finds stored json objects. Results are always returned in an array
    %tr
      %td /storage
      %td POST
      %td application/json
      %td api_key, secret
      %td Creates a new json object
    %tr
      %td /storage
      %td PUT
      %td application/json
      %td api_key, secret, id
      %td Updates a json object. All attributes of the json object are replaced with the json found in the body of the request
    %tr
      %td /storage
      %td DELETE
      %td application/json
      %td api_key, secret
      %td Deletes json objects

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
ki-0.4.12 spec/examples/json.northpole.ro/views/doc_table.haml
ki-0.4.11 spec/examples/json.northpole.ro/views/doc_table.haml
ki-0.4.10 spec/examples/json.northpole.ro/views/doc_table.haml
ki-0.4.9 spec/examples/json.northpole.ro/views/doc_table.haml
ki-0.4.8 spec/examples/json.northpole.ro/views/doc_table.haml
ki-0.4.7 spec/examples/json.northpole.ro/views/doc_table.haml
ki-0.4.6 spec/examples/json.northpole.ro/views/doc_table.haml
ki-0.4.5 spec/examples/json.northpole.ro/views/doc_table.haml
ki-0.4.4 spec/examples/json.northpole.ro/views/doc_table.haml
ki-0.4.3 spec/examples/json.northpole.ro/views/doc_table.haml
ki-0.4.2 spec/examples/json.northpole.ro/views/doc_table.haml
ki-0.4.1 spec/examples/json.northpole.ro/views/doc_table.haml