This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/routers/api/v1/repo
6543 bb4261a5ed
Add issue subscription check to API (#10967)
close #10962

Adds `GET /api/v1​/repos​/{owner}​/{repo}​/issues​/{index}​/subscriptions​/check`
 -> return a `WachInfo`
2020-04-21 14:48:53 +01:00
..
blob.go
branch.go [API] Add branch delete (#11112) 2020-04-19 10:38:09 +08:00
collaborators.go
commits.go [API] Get a single commit via Ref (#10915) 2020-04-07 22:54:46 -04:00
file.go make branch parameter optional for /api/v1/repos/{owner}/{repo}/contents/{filepath} (#11067) 2020-04-20 17:47:05 +01:00
fork.go
git_hook.go
git_ref.go
hook.go
hook_test.go
issue.go Add Organization Wide Labels (#10814) 2020-04-01 01:14:46 -03:00
issue_comment.go
issue_label.go Add Organization Wide Labels (#10814) 2020-04-01 01:14:46 -03:00
issue_reaction.go
issue_stopwatch.go
issue_subscription.go Add issue subscription check to API (#10967) 2020-04-21 14:48:53 +01:00
issue_tracked_time.go
key.go
label.go Add Organization Wide Labels (#10814) 2020-04-01 01:14:46 -03:00
main_test.go
migrate.go
milestone.go
mirror.go
pull.go Support organization labels for PRs in API (#11135) 2020-04-20 14:10:45 +01:00
release.go
release_attachment.go
repo.go
repo_test.go
star.go
status.go
subscriber.go
tag.go
topic.go
transfer.go
tree.go