myml
2fd118814d
chore: clean build dependencies
...
添加libcurl的依赖, 清理不再需要的构建依赖
Log:
2024-09-26 19:09:16 +08:00
myml
773f34d607
refactor: use libcurl to replace QT NetworkManager
...
为简化程序依赖, 使用openapi generator生成新的http api相关代码
使用libcurl的替换现有的QT NetworkManager
2024-09-26 19:09:16 +08:00
kamiyadm
72c0a4e525
refactor: add PackageInfoV2 and use it
...
* The difference between PackageInfo and PackageInfoV2:
PackageInfo PackageInfoV2
appid -
- id
- infoVersion
* We use PackageInfoV2 now and PackageInfo will
be converted to PackageInfoV2.
Log:
2024-06-07 13:09:25 +08:00
black-desk
36c9d35800
build: backport to UOS v20
...
1. vendor more dependencies
- docopt.cpp
- tl-expected
2. make ocppi subproject
3. upgrade PFL.cmake
Signed-off-by: black-desk <me@black-desk.cn>
2024-04-17 20:55:14 +08:00
kamiyadm
6422f61110
fix: fetching dependency failed because of channel
...
When fetching dependency failed from remote repo with channel 'main',
fallback to channel 'linglong'. If there still failed, fallback to local
repo.
Log:
2024-01-26 13:29:26 +08:00
myml
7f0bd9b54b
chore: update api swagger file
...
更新api接口文件,新增登陆接口
Log:
2023-12-29 15:31:53 +08:00
myml
fa72bf99eb
chore: update http client generated by openapi
...
更新openapi生成的代码, 添加应用推送的多个接口
Log:
2023-12-21 15:25:27 +08:00
myml
a66ac84558
feat: use openapi generator cpp code for http api
...
Signed-off-by: black-desk <me@black-desk.cn>
2023-11-29 09:03:59 +08:00