Skip to content

Instantly share code, notes, and snippets.

@Im0rtality
Last active May 17, 2019 07:52
Show Gist options
  • Save Im0rtality/fc808e88e031b7e955d945b023757581 to your computer and use it in GitHub Desktop.
Save Im0rtality/fc808e88e031b7e955d945b023757581 to your computer and use it in GitHub Desktop.
Mock API
[
{"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"}
]
[
{"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