Skip to content

Instantly share code, notes, and snippets.

note
description: "hash_reals application root class"
date: "$Date$"
revision: "$Revision$"
class
APPLICATION
inherit
ARGUMENTS_32
note
description: "hash_reals application root class"
date: "$Date$"
revision: "$Revision$"
class
APPLICATION
inherit
ARGUMENTS_32
class
APPLICATION
create
make
feature {NONE} -- Initialization
make
-- Run application.
{
"collection": {
"version": "1.0",
"href": "http://127.0.0.1:9999/reports",
"links": [
{
"href": "http://127.0.0.1:9999",
"rel": "home",
"prompt": "Home"
},
@jvelilla
jvelilla / e-commerce.md
Created May 24, 2012 16:03 — forked from hjr3/e-commerce.md
Examples of RESTful API calls for E-commerce platforms

Examples of RESTful API calls for E-commerce platforms

These examples are type 3 RESTful API requests and responses. The JSON-HAL specification is used to implement HATEOAS.

Some of the examples are based on my work as architect of the RESTful API at http://www.hautelook.com. All proprietary information has been removed.

Relevant links