{
"Representer": {
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name" : "Amtrak Route Zeta", | |
"active" : true, | |
"availableFrom": "2014-01-01T00:00:00Z,2011-01-01T00:00:00Z,2009-01-01T00:00:00Z", | |
"availableUntil": "2015-01-01T00:00:00Z,2012-01-01T00:00:00Z,2010-01-01T00:00:00Z" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
VERSION 1: | |
"data": [ | |
{ | |
"name": "Doctor Search", | |
"url": "http://api.example.com/doc-search/hash/7fa891bf095e4408ac1f5f889ad2c644", | |
"data": [ | |
{ | |
"name": "Name", | |
"rel" : "https://api.example.com/rels/doctor-name", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"collection" : { | |
"version" : "1.0", | |
"href" : "http://example.org/assemblies/", | |
"links" : [ | |
{ | |
"rel" : "profile", | |
"href" : "http://alps.example.org/bioassembly.xml" | |
}, | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<alps version="1.0"> | |
<doc>Issue tracking profile</doc> | |
<!-- data vocabulary --> | |
<descriptor id="id" type="semantic"/> | |
<descriptor id="title" type="semantic"/> | |
<descriptor id="description" type="semantic"/> | |
<descriptor id="status" type="semantic"/> | |
<descriptor id="action" type="semantic"/> | |
<descriptor id="search-text" type="semantic"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>Example of HTTP microformat</title> | |
<meta name="author" content="[email protected]" /> | |
<style type="text/css"> | |
dl.http | |
{ | |
border: 1px solid black; | |
} | |
dl.http dt.request, |