From d0d4119a57142fb0727b9366e8c218cae2350946 Mon Sep 17 00:00:00 2001 From: Robert Wallach Date: Mon, 19 Mar 2018 18:16:05 -0500 Subject: [PATCH] Update modeling-introduction.md --- articles/modeling/modeling-introduction.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/articles/modeling/modeling-introduction.md b/articles/modeling/modeling-introduction.md index 51475a5..64545c8 100644 --- a/articles/modeling/modeling-introduction.md +++ b/articles/modeling/modeling-introduction.md @@ -1,7 +1,5 @@ # Modeling Introduction -![video/gif]() - ## What is API Design? Designing (also known as Modeling) your API involves describing all of the inputs and outputs across the footprint of your entire service. Your API design will answer questions like: @@ -26,7 +24,7 @@ Once you have your API described in the Stoplight design module, you can: There are a few ways to get started designing your API with the Stoplight design module, depending on how developed your API is: -- Create an API from scratch [Using the CRUD Builder]() -- [Reference another API Spec]() -- [Send HTTP Requests]() to an existing API Spec -- [Validate your API Spec]() +- Create an API from scratch [Using the CRUD Builder](/modeling/modeling-with-openapi/using-the-crud-builder) +- [Reference another API Spec](/modeling/modeling-with-openapi/referencing-another-api-spec) +- [Send HTTP Requests](/modeling/modeling-with-openapi/sending-http-requests) to an existing API Spec +- [Validate your API Spec](/modeling/modeling-with-openapi/validating-your-api-sec)