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