Skip to content

Instantly share code, notes, and snippets.

View soofaloofa's full-sized avatar

Kevin Sookocheff soofaloofa

View GitHub Profile
@soofaloofa
soofaloofa / Collection+JSON
Last active February 14, 2025 23:23 — forked from soofaloofa-zz/ On choosing a hypermedia type
On choosing a hypermedia type for your API - HAL, JSON-LD, Collection+JSON, SIREN, Oh My!
GET https://api.example.com/player/1234567890
{
"collection": {
"version": "1.0",
"href": "https://api.example.com/player",
"items": [
{
"href": "https://api.example.com/player/1234567890",
"data": [
{"name": "playerId", "value": "1234567890", "prompt": "Identifier"},