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.
File Explorer
Download Latest Version (.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
# Installation Guide
1. Get the code
git clone https://github.com/jkaninda/okapi
Downloads the entire project code from GitHub to your computer.
cd okapi
Moves into the project folder you just downloaded.
2. Go
Medium RecommendedPrerequisites
go run main.go
Runs the Go program directly without a separate build step.
If the build finishes without errors, it worked. If you used go run ., check the terminal output.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
