Solution: Modeling APIs
Let's try to model APIs on a Credit-Check service.
Solution
We introduced the related Credit-Check service. This is used to check the creditworthiness of BigCo’s new onboarded customers.
The specific task is to create the credit-check-workflow.txt document. By inspecting the credit-check-story.md document provided in the credit-check folder, we should be able to come up with a simple workflow that captures the Credit-Check service. To open these documents, execute following commands:
To open these documents execute following commands:
root@educative:/$ cd credit-check
root@educative:/credit-check$ cat credit-check-story.md
This file looks like:
Updating the credit-check-workflow document
To make this a bit easier, we have a partially completed ...