在 React Native 中使用 Magento2 API
Use Magento2 APIs in React Native
我正在尝试在我的 React Native 应用程序中使用 Magento2 API。
我在 Magento Admin 上创建了一个新集成,但我不知道如何使用它。
(任何有关使用 Magento 集成的提示都会有所帮助)
请帮助并感谢
使用 axios 或 fetch 发出 post 请求以获取管理员令牌
POST/V1/integration/admin/token
使用 magento 集成服务凭据登录,您可以轻松访问 magento 2 功能。
https://devdocs.magento.com/swagger/index_20.html
我使用 magento 2 作为后端构建了这个应用程序
https://expo.io/@gamingumar/lemoncrate
我正在尝试在我的 React Native 应用程序中使用 Magento2 API。
我在 Magento Admin 上创建了一个新集成,但我不知道如何使用它。
(任何有关使用 Magento 集成的提示都会有所帮助)
请帮助并感谢
使用 axios 或 fetch 发出 post 请求以获取管理员令牌 POST/V1/integration/admin/token
使用 magento 集成服务凭据登录,您可以轻松访问 magento 2 功能。
https://devdocs.magento.com/swagger/index_20.html
我使用 magento 2 作为后端构建了这个应用程序 https://expo.io/@gamingumar/lemoncrate