occasion-sdk
Version:
An SDK library that enables access to Occasion's application, providing a rich DSL for creating and managing bookings.
31 lines (30 loc) • 624 B
JSON
{
"data": {
"token": "abc123",
"type": "venues",
"attributes": {
"name": "A venue"
},
"relationships": {
"products": {
"data": [
{
"id": 1,
"type": "products"
},
{
"id": 2,
"type": "products"
}
],
"links": {
"self": "https://example.com/api/v1/venues/abc123/relationships/products/",
"related": "https://example.com/api/v1/venues/abc123/products/"
}
}
},
"links": {
"self": "https://example.com/api/v1/venues/abc123/"
}
}
}