Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/www778878net/upinfo78
Upinfo78 making it easier to use. 为了调API方便封装
https://github.com/www778878net/upinfo78
7788 api koa78 upinfo
Last synced: about 1 month ago
JSON representation
Upinfo78 making it easier to use. 为了调API方便封装
- Host: GitHub
- URL: https://github.com/www778878net/upinfo78
- Owner: www778878net
- License: apache-2.0
- Created: 2024-08-25T06:31:21.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T06:16:15.000Z (4 months ago)
- Last Synced: 2024-09-18T06:18:31.617Z (4 months ago)
- Topics: 7788, api, koa78, upinfo
- Language: C#
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.cn.md
- License: LICENSE
Awesome Lists containing this project
README
Upinfo78
[English](./README.md) | 简体中文
「Upinfo78」简单封装方便调用。
[![License](https://img.shields.io/badge/license-Apache%202-green.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![Test Status](https://github.com/www778878net/Upinfo78/actions/workflows/BuildandTest.yml/badge.svg?branch=main)](https://github.com/www778878net/Upinfo78/actions/workflows/BuildandTest.yml)
[![QQ群](https://img.shields.io/badge/QQ群-323397913-blue.svg?style=flat-square&color=12b7f5&logo=qq)](https://qm.qq.com/cgi-bin/qm/qr?k=it9gUUVdBEDWiTOH21NsoRHAbE9IAzAO&jump_from=webapi&authKey=KQwSXEPwpAlzAFvanFURm0Foec9G9Dak0DmThWCexhqUFbWzlGjAFC7t0jrjdKdL)## 反馈qq群(点击加群):[323397913](https://qm.qq.com/cgi-bin/qm/qr?k=it9gUUVdBEDWiTOH21NsoRHAbE9IAzAO&jump_from=webapi&authKey=KQwSXEPwpAlzAFvanFURm0Foec9G9Dak0DmThWCexhqUFbWzlGjAFC7t0jrjdKdL)
## 简介 introduction
1. 简单封装调用API请求
2. 不用配置 直接使用## 适用端 apply
**use for `.net standard 2.1` project**
## 依赖 rely on
** `NLog` **nuget 安装 Newtonsoft.Json
## 安装 rely on
nuget 安装 Upinfo78
## 属性 props
you can see project
## 方法 method
you can see project
## DEMO
```c#
UpInfo78 up = new UpInfo78();
up.setPar(u, pwd);```
## OTHER