https://github.com/pgyer/upload-app-api-example
通过蒲公英API上传App代码调用示例
https://github.com/pgyer/upload-app-api-example
api app beta testing upload
Last synced: about 1 year ago
JSON representation
通过蒲公英API上传App代码调用示例
- Host: GitHub
- URL: https://github.com/pgyer/upload-app-api-example
- Owner: PGYER
- Created: 2022-08-19T04:17:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-26T02:12:16.000Z (over 1 year ago)
- Last Synced: 2025-04-27T23:28:20.415Z (about 1 year ago)
- Topics: api, app, beta, testing, upload
- Language: C#
- Homepage: https://www.pgyer.com/
- Size: 386 KB
- Stars: 46
- Watchers: 4
- Forks: 29
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 蒲公英 API 上传 App 代码示例
## 语言
- [English](/README_EN.md)
- [Simplified Chinese](/README.md)
## 说明
[蒲公英 App 内测分发平台](https://www.pgyer.com) 是一个为 App 安装包提供内测托管、下载分发的平台,支持 iOS App 安装包(`.ipa`文件) 和 Andoid App 安装包(`.apk`文件)。
本项目演示了如何将 iOS 或 Android 安装包文件通过蒲公英 API 上传到蒲公英平台,并获取上传结果。
目前,我们已经支持了 **Java**, **Node.js**, **PHP**, **Python**, **Shell** 代码,也欢迎开发者贡献其他语言的代码。
注意:本项目采用蒲公英新版上传 API,新版 API 上传的速度更快!蒲公英旧版API(如 v1、v2)中的上传接口依然可用,但是速度没有新版快。
## 用法
具体可见项目中各个语言对应的文件夹中的示例代码:
- [Shell](/shell-demo)
- [Java](/java-demo)
- [Node.js](/nodejs-demo)
- [PHP](/php-demo)
- [Python](/python-demo)
- [C#](/csharp-demo)
## 资源
- [通过一行 shell 命令自动化上传脚本](https://github.com/PGYER/upload-app-api-example/tree/main/shell-demo)
- [Postman API 调用模板](https://www.postman.com/pgyerdevs/workspace/pgyer-api)
- [Github Actions 工作流](https://github.com/PGYER/pgyer-upload-app-action)
- [Fastlane 插件](https://github.com/shishirui/fastlane-plugin-pgyer)
## 链接
- [蒲公英官方网站](https://www.pgyer.com)
- [查看蒲公英 API KEY](https://www.pgyer.com/account/api)
- [蒲公英 API 上传文档](https://www.pgyer.com/doc/view/api#fastUploadApp)