docs: added reference for JS Client (#1629)

* added reference for JS Client

* added reference for JS Client

* added reference for JS Client
This commit is contained in:
Shahed Nasser
2022-07-08 18:21:46 +03:00
committed by GitHub
parent 371682b4f7
commit 3b28f46705
357 changed files with 32911 additions and 3 deletions
+3 -1
View File
@@ -6,7 +6,9 @@ The Medusa JS Client provides easy access to the Medusa API from a client writte
## Documentation
See our [API reference](https://docs.medusajs.com/api/store).
You can learn more about this client and how to use it [our documentation](https://docs.medusajs.com/js-client/overview).
To learn more about the API endpoints that this client allows you to access check out our [API reference](https://docs.medusajs.com/api/store).
## Installation
+2 -1
View File
@@ -37,5 +37,6 @@
"prettier": "^2.2.1",
"typescript": "^4.1.3"
},
"gitHead": "cd1f5afa5aa8c0b15ea957008ee19f1d695cbd2e"
"gitHead": "cd1f5afa5aa8c0b15ea957008ee19f1d695cbd2e",
"homepage": "https://docs.medusajs.com/js-client/overview"
}