Skip to content

Instantly share code, notes, and snippets.

@alex-leonhardt
Last active March 28, 2018 06:10
Show Gist options
  • Save alex-leonhardt/852a8c9bf285d1e498f1e8c39fdff67d to your computer and use it in GitHub Desktop.
Save alex-leonhardt/852a8c9bf285d1e498f1e8c39fdff67d to your computer and use it in GitHub Desktop.
example.json
[{
"name": "endpoint1",
"endpoint": "https://endpoint-1.example.com"
},
{
"name": "endpoint2",
"endpoint": "https://endpoint-2.example.com"
},
{
"name": "endpoint3",
"endpoint": "https://endpoint-3.example.com"
},
{
"links": ["link1","link2","link3"]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment