Last active
July 23, 2018 20:09
-
-
Save natepreifwenner/03feb94fc21a69c598c9975ffee882f6 to your computer and use it in GitHub Desktop.
services
This file contains hidden or 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
{ | |
"services": [ | |
{ | |
"id": 12345, | |
"slug": "label-service", | |
"name": "Label Service", | |
"docs": "https://raw.githubusercontent.com/SPSCommerce/mock-doc-public/master/docs/" | |
}, | |
{ | |
"id": 91234, | |
"slug": "location-service", | |
"name": "Location Service", | |
"docs": "https://raw.githubusercontent.com/SPSCommerce/mock-doc-public/master/docs/" | |
}, | |
{ | |
"id": 54323, | |
"slug": "other-service", | |
"name": "Other Service", | |
"docs": "https://raw.githubusercontent.com/SPSCommerce/mock-doc-public/master/docs/" | |
}, | |
{ | |
"id": 81929, | |
"slug": "service-service", | |
"name": "Service Service", | |
"docs": "https://raw.githubusercontent.com/SPSCommerce/mock-doc-public/master/docs/" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment