当前位置:网站首页>WooCommerce installation and rest api usage
WooCommerce installation and rest api usage
2022-08-10 06:50:00 【Unfinished code written every week】
Install
I'll skip the mysql configuration here
WooCommerce is essentially an e-commerce plugin installed on wordpress, so let's install wordpress and use docker for simplicity
docker run --name mywordpress -p 8080:80 -d wordpressAfter entering, create a database wordpress in MySQL in advance, and skip it later
Using the rest api
First you need to generate a key

Remember to add a key, the account password will be saved by yourself, and the latter will not be read
Then we use apipost to test the restful interface here, and found that it is not very good, and an error 401 is reported, and this piece is temporarily put away
Wheels
Found a packaged repository on githubcalatonsystems/wc-api-java: Java wrapper for WooCommerce REST API (github.com)
You can use the methods in the test class
边栏推荐
- Qt滚动条(QScrollBar)圆角样式问题跟踪
- mysql数据库定时备份(保留近7天的备份)
- Nude speech - lying flat - brushing questions - big factory (several tips for Android interviews)
- mysql之两阶段提交
- Please pay attention to me, thank you.
- 各位大佬 oracle cdc 默认配置 偶发会30秒才抓取到数据 这个怎么优化啊
- 【Event Preview on August 9】Prometheus Summit
- 请问为什么sqlserver cdc,任务启动过了一天,会报这个错误,明明已经开启cdc了。
- Elementary Structure
- ctfshow SSTI 知识点总结
猜你喜欢

ESP32 485风速

CuteOneP is a PHP-based OneDrive multi-network disk mount program with member synchronization and other functions
![[Reinforcement Learning]](/img/14/27518d1fd3287487970c14c2489dfb.png)
[Reinforcement Learning] "Easy RL" - Q-learning - CliffWalking (cliff walking) code interpretation

深入理解LTE网络的CDRX

全网可达,实现备份

动态规划——从0-1背包问题到leetcode正则匹配

数据库学习之表的约束

BUUCTF Notes (web)

【8月9日活动预告】Prometheus峰会

Confluence可以连接数据库但是在下一步就报错了
随机推荐
第12章 数据库其它调优策略【2.索引及调优篇】【MySQL高级】
【愚公系列】2022年08月 Go教学课程 034-接口和多态
COLMAP+OpenMVS实现物体三维重建mesh模型
软件测试面试题避雷(HR面试题)最常见的面试问题和技巧性答复
深入理解LTE网络的CDRX
浅谈C语言整型数据的存储
Qt借助隐藏控件和QSS绘制重复元素
杭州公积金修改手机号信息
2022河南萌新联赛第(五)场:信息工程大学 J - AC自动机
Qt程序字体初始化引起的白屏问题
机器学习_LGB调参汇总(开箱即食)
mysql数据库定时备份(保留近7天的备份)
Win32屏幕坐标转换Qt坐标
【8月9日活动预告】Prometheus峰会
Elementary Structure
个人博客系统
Deep understanding of the array
About MongoDb query Decimal128 to BigDecimal problem
Qt列表下方增加弹出加载数据提示效果
761. Special Binary Sequences