Files
TorrServerJellyfin/.gitignore
cocool97 b72c66d433 Add openapi API documentation (#294)
* Initial version

- Add OpenAPI documentation generator
- Update README.md to remove endpoint documentations

* Adds new endpoints

- Fixes build with swag
- Adds new endpoints

* Adds more endpoints documentation

- Also removes swag from Dockerfile and build script

* Finally adds all endpoints documentation

* Initial version

- Add OpenAPI documentation generator
- Update README.md to remove endpoint documentations

* Adds new endpoints

- Fixes build with swag
- Adds new endpoints

* Adds more endpoints documentation

- Also removes swag from Dockerfile and build script

* Finally adds all endpoints documentation

* Update README (#1)

* Update README

I completely redid the `README.md`. Now it's much easier to read and understand.

---------

Co-authored-by: cocool97 <34218602+cocool97@users.noreply.github.com>

* Improves documentation

* Delete server/config.db

* Update README.md

* Update README.md

* fix download in api docs

* add api docs to web

---------

Co-authored-by: Shadeov <144587546+shadeov@users.noreply.github.com>
Co-authored-by: nikk gitanes <tsynik@gmail.com>
2023-11-13 09:59:23 +03:00

44 lines
617 B
Plaintext

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Mac suff
.DS_Store
# Test binary, build with `go test -c`
*.test
# Mac stuff
.DS_Store
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
TorrServer.iml
.idea/
.vscode
src/github.com/
src/golang.org/
src/bazil.org/
src/gopkg.in/
src/go.opencensus.io/
pkg/
bin/
dist/
toolchains/
/src/crawshaw.io/
/src/go.etcd.io/
/src/google.golang.org/
/toolchain/
/test/
/server/web/pages/template/pages/msx
server/config.db
/server/web/pages/template/pages/
server/web/pages/template/route.go
server/server.pem
server/server.key