This repository was archived by the owner on Nov 24, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTodolist
More file actions
43 lines (28 loc) · 1.2 KB
/
Todolist
File metadata and controls
43 lines (28 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Repository Data
Commits: Information about commits in a repository.
API Endpoint: /repos/{owner}/{repo}/commits
Issues: Information about issues in a repository.
API Endpoint: /repos/{owner}/{repo}/issues
Pull Requests: Information about pull requests in a repository.
API Endpoint: /repos/{owner}/{repo}/pulls
Branches: Information about branches in a repository.
API Endpoint: /repos/{owner}/{repo}/branches
Milestones: Information about milestones in a repository.
API Endpoint: /repos/{owner}/{repo}/milestones
Forks: Information about forks of a repository.
API Endpoint: /repos/{owner}/{repo}/forks
Stargazers: Users who have starred a repository.
API Endpoint: /repos/{owner}/{repo}/stargazers
Watchers: Users who are watching a repository.
API Endpoint: /repos/{owner}/{repo}/subscribers
Commits: Detailed commit data.
API Endpoint: /repos/{owner}/{repo}/commits
Organization Data
Repositories: List of repositories in an organization.
API Endpoint: /orgs/{org}/repos
Teams: List of teams in an organization.
API Endpoint: /orgs/{org}/teams
Events: List of public events for an organization.
API Endpoint: /orgs/{org}/events
Hooks: List of webhooks for an organization.
API Endpoint: /orgs/{org}/hooks