forgejo/routers/api/v1/swagger
silverwind c8e0fd0bcc
Add spectral linter for Swagger (#20321)
[spectral](https://github.com/stoplightio/spectral) lints
openapi/swagger files for mistakes of which it has identified a few and
which I've fixed.

I had to put it into `lint-frontend` because it depends on node_modules
so can not run on Drone during the backend target. I plan to refactor
these targets later to `lint-js` and `lint-go` so that they are
categorized based on the tool dependencies.
2022-07-11 18:07:16 -05:00
..
activitypub.go User keypairs and HTTP signatures for ActivityPub federation using go-ap (#19133) 2022-06-19 07:25:12 +02: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 spectral linter for Swagger (#20321) 2022-07-11 18:07:16 -05:00
org.go [API] Add endpount to get user org permissions (#17232) 2021-10-12 12:47:19 +02:00
package.go Add Package Registry (#16510) 2022-03-30 16:42:47 +08:00
repo.go Add API to query collaborators permission for a repository (#18761) 2022-04-29 14:24:38 +02:00
settings.go
user.go