Last active
May 17, 2019 07:52
-
-
Save Im0rtality/fc808e88e031b7e955d945b023757581 to your computer and use it in GitHub Desktop.
Mock API
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
[ | |
{"id": "convert", "health": "healthy", "score": 100, "details": {"remainingTasks": 10000}, "input": null}, | |
{"id": "enrich", "health": "healthy", "score": 100, "details": {"remainingTasks": 7000}, "input": "convert"}, | |
{"id": "validate", "health": "healthy", "score": 100, "details": {}, "input": "enrich"} | |
] |
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
[ | |
{"id": "images", "name": "Images", "health": "healthy", "score": 100}, | |
{"id": "partner-data", "name": "Partner Data", "health": "suspicious", "score": 70}, | |
{"id": "ranking", "name": "Ranking", "health": "unhealthy", "score": 30} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment