forgejo/routers/api/v1/swagger
Loïc Dachary 4951af4d99
activitypub: implement /api/v1/activitypub/user/{username} (#14186)
Return informations regarding a Person (as defined in ActivityStreams
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-person).

Refs: https://github.com/go-gitea/gitea/issues/14186

Signed-off-by: Loïc Dachary <loic@dachary.org>
2022-03-18 17:33:29 -05:00
..
activitypub.go activitypub: implement /api/v1/activitypub/user/{username} (#14186) 2022-03-18 17:33:29 -05:00
app.go
cron.go
issue.go Add API to get issue/pull comments and events (timeline) (#17403) 2022-01-01 22:12:25 +08:00
key.go
misc.go
nodeinfo.go
notify.go
options.go Add API to get/edit wiki (#17278) 2021-10-25 11:43:40 +08:00
org.go
repo.go Add API to get/edit wiki (#17278) 2021-10-25 11:43:40 +08:00
settings.go
user.go