Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fudiwei/dotnetcore.skit.flurlhttpclient.bytedance
可能是全网唯一的 C# 版字节跳动 SDK,封装全部已知的字节跳动 OpenAPI,包含字节小程序开放平台、抖音开放平台、抖店开放平台、巨量引擎开放平台、TikTok Developer API、TikTok Shop Open Platform 等模块,可跨平台,持续随官方更新。欢迎 Star/Fork/PR。QQ 交流群 875580418【满】、930461548【满】、611974621。
https://github.com/fudiwei/dotnetcore.skit.flurlhttpclient.bytedance
bytedance bytedance-api bytedance-sdk douyin douyin-api douyin-sdk tiktok tiktok-api tiktok-sdk tiktok-shop tiktok-shop-api tiktok-shop-sdk toutiao toutiao-sdk
Last synced: 3 days ago
JSON representation
可能是全网唯一的 C# 版字节跳动 SDK,封装全部已知的字节跳动 OpenAPI,包含字节小程序开放平台、抖音开放平台、抖店开放平台、巨量引擎开放平台、TikTok Developer API、TikTok Shop Open Platform 等模块,可跨平台,持续随官方更新。欢迎 Star/Fork/PR。QQ 交流群 875580418【满】、930461548【满】、611974621。
- Host: GitHub
- URL: https://github.com/fudiwei/dotnetcore.skit.flurlhttpclient.bytedance
- Owner: fudiwei
- License: mit
- Created: 2021-08-20T14:33:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-08T03:52:10.000Z (4 months ago)
- Last Synced: 2024-10-29T22:25:56.777Z (3 months ago)
- Topics: bytedance, bytedance-api, bytedance-sdk, douyin, douyin-api, douyin-sdk, tiktok, tiktok-api, tiktok-sdk, tiktok-shop, tiktok-shop-api, tiktok-shop-sdk, toutiao, toutiao-sdk
- Language: C#
- Homepage: https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient
- Size: 3.68 MB
- Stars: 241
- Watchers: 6
- Forks: 59
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# SKIT.FlurlHttpClient.ByteDance
[![Gitee Stars](https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.ByteDance/badge/star.svg?title=Stars)](https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.ByteDance)
[![Gitee Forks](https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.ByteDance/badge/fork.svg?title=Forks)](https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.ByteDance)
[![GitHub Stars](https://img.shields.io/github/stars/fudiwei/DotNetCore.SKIT.FlurlHttpClient.ByteDance?logo=github&label=Stars)](https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.ByteDance)
[![GitHub Forks](https://img.shields.io/github/forks/fudiwei/DotNetCore.SKIT.FlurlHttpClient.ByteDance?logo=github&label=Forks)](https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.ByteDance)
[![Vistors](https://visitor-badge.laobi.icu/badge?page_id=fudiwei.DotNetCore.SKIT.FlurlHttpClient.ByteDance&title=Visitors)](https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.ByteDance)
[![License](https://img.shields.io/github/license/fudiwei/DotNetCore.SKIT.FlurlHttpClient.ByteDance?label=License)](https://mit-license.org/)基于 `Flurl.Http` 的字节跳动 HTTP API SDK,目前已包含抖音开放平台、抖音小程序开放平台、抖店开放平台、巨量引擎开放平台、TikTok Developer API、TikTok Shop Open Platform 等模块。
> 更多 SKIT.FlurlHttpClient 系列开发工具包请[点此查看](https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient)。
---
## 特性
- 基于 `Flurl.Http`。
- 支持 .NET Framework 4.6.2+、.NET Core 3.1+、.NET 5.0+ 多目标框架。
- 支持 Windows / Linux / macOS 多平台部署。
- 支持 `System.Text.Json`(默认)和 `Newtonsoft.Json` 两种序列化方式。
- 强类型接口模型。
- 全异步式编程。
- 提供 SourceLink 调试符号文件。
- 完整、完善、完全的字节跳动 HTTP API 封装。---
## 模块
| 名称 | NuGet | 其他 |
| :----------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------: |
| 抖音开放平台 | [![NuGet Version](https://img.shields.io/nuget/v/SKIT.FlurlHttpClient.ByteDance.DouyinOpen.svg?label=NuGet)](https://www.nuget.org/packages/SKIT.FlurlHttpClient.ByteDance.DouyinOpen)
[![NuGet Download](https://img.shields.io/nuget/dt/SKIT.FlurlHttpClient.ByteDance.DouyinOpen.svg?sanitize=true&label=Downloads)](https://www.nuget.org/packages/SKIT.FlurlHttpClient.ByteDance.DouyinOpen) | [开发文档](./docs/DouyinOpen/README.md) |
| 抖音小程序开放平台(小程序、小游戏) | [![NuGet Version](https://img.shields.io/nuget/v/SKIT.FlurlHttpClient.ByteDance.MicroApp.svg?label=NuGet)](https://www.nuget.org/packages/SKIT.FlurlHttpClient.ByteDance.MicroApp)
[![NuGet Download](https://img.shields.io/nuget/dt/SKIT.FlurlHttpClient.ByteDance.MicroApp.svg?sanitize=true&label=Downloads)](https://www.nuget.org/packages/SKIT.FlurlHttpClient.ByteDance.MicroApp) | [开发文档](./docs/MicroApp/README.md) |
| 抖店开放平台(抖音小店、今日特卖) | _已停止维护_ | [开发文档](./docs/DouyinShop/README.md) |
| 巨量引擎开放平台(头条广告) | _开发中_ | |
| TikTok Developer API | [![NuGet Version](https://img.shields.io/nuget/v/SKIT.FlurlHttpClient.ByteDance.TikTokGlobal.svg?label=NuGet)](https://www.nuget.org/packages/SKIT.FlurlHttpClient.ByteDance.TikTokGlobal)
[![NuGet Download](https://img.shields.io/nuget/dt/SKIT.FlurlHttpClient.ByteDance.TikTokGlobal.svg?sanitize=true&label=Downloads)](https://www.nuget.org/packages/SKIT.FlurlHttpClient.ByteDance.TikTokGlobal) | [Documentation](./docs/TikTokGlobal/README.md) |
| TikTok Shop Open Platform | [![NuGet Version](https://img.shields.io/nuget/v/SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.svg?label=NuGet)](https://www.nuget.org/packages/SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop)
[![NuGet Download](https://img.shields.io/nuget/dt/SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.svg?sanitize=true&label=Downloads)](https://www.nuget.org/packages/SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop) | [Documentation](./docs/TikTokGlobalShop/README.md) |---
## 参与贡献
- GitHub Repo:https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.ByteDance.git
- Gitee Repo:https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.ByteDance.git以上仓库地址同步更新,均可接受 Issue 或 Pull Request。
如何参与贡献请参阅 [CONTRIBUTING](./CONTRIBUTING.md)。
---
## 更新日志
详细更新说明请参阅 [CHANGELOG](./CHANGELOG.md)。