From b84517de5dae5402f377c2fbe6af237cb2cb8cc0 Mon Sep 17 00:00:00 2001 From: Shivendra Date: Thu, 8 Feb 2024 20:11:40 +0530 Subject: [PATCH] updated api page remove token registration --- docs/2.x/api/getting-started-with-the-api.md | 51 +------------------- 1 file changed, 1 insertion(+), 50 deletions(-) diff --git a/docs/2.x/api/getting-started-with-the-api.md b/docs/2.x/api/getting-started-with-the-api.md index ad342f495..8302993c8 100644 --- a/docs/2.x/api/getting-started-with-the-api.md +++ b/docs/2.x/api/getting-started-with-the-api.md @@ -10,14 +10,7 @@ Bagisto REST API is a medium to use the features of the core Bagisto System. By Welcome to our API demo! Dive into the interactive showcase of our API functionalities to get a hands-on experience of how our platform works. Click the Link below to access the demo: -[Access API Demo](https://demo.bagisto.com/bagisto-api-demo-common) - -#### Click the Link below to access Admin OR Shop API documentation - -[Admin](https://demo.bagisto.com/bagisto-api-demo-common/api/admin/documentation) - -[Shop](https://demo.bagisto.com/bagisto-api-demo-common/api/shop/documentation) - +[Access REST API Demo](https://demo.bagisto.com/bagisto-api-demo/) #### Installation of REST API @@ -54,45 +47,3 @@ http://localhost/public/api/shop/documentation ~~~ * You can check the L5-Swagger guidelines too regarding the configuration the API documentation. - -- For admin login - -* To add Laravel Sanctum's API token to the Admin model follow the given path. - -~~~ -packages/Webkul/User/src/Models/Admin.php -~~~ - -~~~php -