Created
February 3, 2017 08:19
-
-
Save somethvictory/b09b99d3a0d3210d8f94207a815b8234 to your computer and use it in GitHub Desktop.
Sample API design.
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
{ | |
data: [ | |
{ | |
name: 'Rotati Consulting', | |
lat: 10.222111, | |
lng: 144.122322, | |
stories: [ | |
{ | |
name: 'Story of Rotati', | |
url: 'markers/2/stories/1' | |
} | |
], | |
languages: [ | |
{ | |
name: 'Cree', | |
url: 'markers/2/languages/1' | |
} | |
] | |
}, | |
{ | |
name: 'Josephs House', | |
lat: 12.222111, | |
lng: 145.122322, | |
stories: [ | |
{ | |
name: 'Story of the house', | |
url: 'markers/3/stories/2' | |
} | |
], | |
languages: [ | |
{ | |
name: 'Skawach', | |
url: 'markers/2/languages/2' | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment