gitea/routers/api/v1
Eng Zer Jun f2e7d5477f
refactor: move from io/ioutil to io and os package (#17109)
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil. This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2021-09-22 13:38:34 +08:00
..
admin [API] List limited and private orgs if authentificated (#16866) 2021-08-30 14:00:59 -04:00
misc refactor: move from io/ioutil to io and os package (#17109) 2021-09-22 13:38:34 +08:00
notify Notifications API: respond with updated notifications (#17064) 2021-09-17 19:40:50 -04:00
org Calculate label URL on API (#16186) 2021-09-10 18:03:16 +02:00
repo Merge endpoints for pull diff/patch (#17104) 2021-09-22 01:04:53 +02:00
settings Make mirror feature more configurable (#16957) 2021-09-07 17:49:36 +02:00
swagger Add an api endpoint to fetch git notes (#15373) (#16649) 2021-08-11 03:01:40 +02:00
user [API] List limited and private orgs if authentificated (#16866) 2021-08-30 14:00:59 -04:00
utils Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) 2021-08-11 02:31:13 +02:00
api.go Merge endpoints for pull diff/patch (#17104) 2021-09-22 01:04:53 +02:00