Solution: Modeling APIs
Explore how to effectively model APIs by creating and updating workflows based on user stories for a credit-check service. Learn to save, organize assets, and use Git for version control to maintain your API project.
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 ...