okapi
Okapi – A lightweight, expressive, and minimalist Go web framework with built-in OpenAPI 3.1, Swagger UI, ReDoc, Scalar API, and powerful middleware support.
파일 탐색기
최종 버전 다운로드 (.zip)- deploy-docs.yml
- lint.yml
- tests.yml
- dependabot.yml
- client.go
- client_test.go
- coverage_test.go
- doc.go
- errors.go
- middleware.go
- middleware_test.go
- options.go
- request.go
- request_test.go
- response.go
- response_test.go
- retry.go
- retry_test.go
- index.md
- okapi-vs-huma.md
- group.md
- index.md
- request-handling.md
- response-handling.md
- routing.md
- cli.md
- client.md
- error-hanling.md
- index.md
- middleware.md
- openapi.md
- route-definition.md
- spa.md
- sse.md
- std-lib-compatibility.md
- templating.md
- testing.md
- tls-https.md
- validation.md
- websocket.md
- index.md
- .gitignore
- 404.html
- _config.yml
- built-with-okapi.md
- Dockerfile
- favicon.ico
- Gemfile
- Gemfile.lock
- index.md
- installation.md
- robots.txt
- why-use-okapi.md
- main.go
- main.go
- main.go
- main.go
- main.go
- handler.go
- middleware.go
- model.go
- route.go
- main.go
- main.go
- main.go
- style.css
- main.go
- hello.html
- main.go
- main.go
- main_test.go
- main.go
- main.go
- app.js
- style.css
- index.html
- main.go
- okapi_cli.go
- okapi_cli_test.go
- client.go
- client_test.go
- helper.go
- okapi.go
- okapi_test.go
- .gitignore
- .golangci.yml
- binder.go
- binder_test.go
- CHANGES.md
- constants.go
- context.go
- context_params_test.go
- context_test.go
- CONTRIBUTING.md
- cors.go
- cors_test.go
- doc.go
- doc_test.go
- errors.go
- errors_test.go
- extract_path_params_test.go
- favicon.png
- go.mod
- go.sum
- group.go
- groupe_test.go
- helper.go
- helper_test.go
- jwks.go
- jwks_test.go
- jwt.go
- jwt_claims_expression.go
- jwt_claims_expression_test.go
- jwt_test.go
- LICENSE
- logo.png
- middlewares.go
- middlewares_test.go
- okapi.go
- okapi_test.go
- openapi.go
- openapi_test.go
- README.md
- redoc.png
- renderer.go
- renderer_test.go
- route.go
- route_test.go
- router_register.go
- scalar.png
- sse.go
- static.go
- static_test.go
- std_compat_test.go
- swagger.png
- template.go
- template_test.go
- tests.go
- tests_test.go
- util.go
- util_test.go
- validator.go
- validator_test.go
- var.go
- version.go
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/jkaninda/okapi
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd okapi
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
// repository documentation
Was this content helpful?
(0 ratings)
