An open API service indexing awesome lists of open source software.

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代码调用示例

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)