From 5d6922334a23a31e952f80d05bb42e2b1e496a20 Mon Sep 17 00:00:00 2001 From: rajdip-b Date: Wed, 4 Dec 2024 19:55:20 +0530 Subject: [PATCH] docs: Updated alignment of pictures in API Testing page --- .../running-things-locally/api-testing.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/docs/contributing-to-keyshade/running-things-locally/api-testing.md b/docs/contributing-to-keyshade/running-things-locally/api-testing.md index 21e3c344..37b928ef 100644 --- a/docs/contributing-to-keyshade/running-things-locally/api-testing.md +++ b/docs/contributing-to-keyshade/running-things-locally/api-testing.md @@ -12,13 +12,21 @@ Although we recommend to use Bruno, you can always import the collections into y ## Getting started - For starters, make sure you have Bruno installed on your system. If not, you can download it from [here](https://www.usebruno.com/downloads) - ![Download Bruno](../../../blob/download_bruno.png) + +![Download Bruno](../../../blob/download_bruno.png) + - Once you have Bruno installed, open it up. - ![Open Bruno](../../../blob/open_bruno.png) + +![Open Bruno](../../../blob/open_bruno.png) + - Click on `Import Collection` - ![Import Collection](../../../blob/import_collection.png) + +![Import Collection](../../../blob/import_collection.png) + - Point to the [`api-collection`](../../../api-collection/) folder - ![API Collection](../../../blob/api_collection.png) + +![API Collection](../../../blob/api_collection.png) + - For every collection in the API, the requests hold one or more examples that you can use to test the API. You can also find the schema of the request itself. ## Making changes to the API