docs: only two options to interact with Medusa application (#14162)
This commit is contained in:
@@ -13,7 +13,7 @@ In this document, you’ll find tips useful when building a storefront.
|
|||||||
|
|
||||||
## Connect to the Medusa Application
|
## Connect to the Medusa Application
|
||||||
|
|
||||||
To send requests from the storefront to the Medusa application’s Store API Routes, you have three options:
|
To send requests from the storefront to the Medusa application’s Store API Routes, you have two options:
|
||||||
|
|
||||||
- **For JavaScript frameworks**: use Medusa’s [JS SDK](../../js-sdk/page.mdx) in any JavaScript framework. This NPM package facilitates interacting with the backend’s REST APIs. All Storefront Development guides use the JS SDK.
|
- **For JavaScript frameworks**: use Medusa’s [JS SDK](../../js-sdk/page.mdx) in any JavaScript framework. This NPM package facilitates interacting with the backend’s REST APIs. All Storefront Development guides use the JS SDK.
|
||||||
- **For other frontend technologies**: interact directly with the Medusa application by sending requests to its [Store REST APIs](https://docs.medusajs.com/api/store).
|
- **For other frontend technologies**: interact directly with the Medusa application by sending requests to its [Store REST APIs](https://docs.medusajs.com/api/store).
|
||||||
|
|||||||
Reference in New Issue
Block a user