https://github.com/sunfusheng/github_flutter
https://github.com/sunfusheng/github_flutter
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sunfusheng/github_flutter
- Owner: sunfusheng
- Created: 2019-10-18T06:26:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-21T22:51:02.000Z (about 2 years ago)
- Last Synced: 2025-02-16T09:15:30.627Z (3 months ago)
- Language: Dart
- Size: 141 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub-Flutter
A new Flutter application for GitHub.
## Apis
### 1、用户信息
1.1、根据用户名密码获取用户信息
curl -u "<用户名>" https://api.github.com/user1.2、获取他人的用户信息
curl https://api.github.com/users/<用户名>### 2、获取仓库信息
curl https://api.github.com/repos/<用户名>/<仓库详名>
### 3、获取个人动态事件
curl https://api.github.com/users/<用户名>/received_events