Skip to content

Commit

Permalink
Issue #3 - Analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
enfycius committed Feb 20, 2021
1 parent 5d56341 commit 2349eef
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 1 deletion.
39 changes: 38 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,38 @@
# Zilot
# The Zilot Project

## An Analsis Project for Github Generalization

### 2021-02-20 Issue

#### Data

![Data](/assets/images/issue/today1.png)

![Data](/assets/images/issue/today2.png)

![Data](/assets/images/issue/today3.png)

#### Problems

![Problems](/assets/images/issue/api1.png)

![Problems](/assets/images/issue/api2.png)

#### Solutions

- Using Github API


### Gihub API

##### Public Repo

```shell
curl -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/{owner}/{repo}/commits
```

##### Private Repo

```shell
curl -u "user_name:user_token" -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/{owner}{repo}/commits
```
Binary file added assets/images/issue/api1.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/issue/api2.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/issue/today1.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/issue/today2.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/issue/today3.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2349eef

Please sign in to comment.