https://github.com/mergehez/dokie
An API client and documentation UI, inspired by Postman. A replacement for libraries like Swagger UI and Scalar.
https://github.com/mergehez/dokie
api api-client api-documentation asp-net-core csharp dotnet openapi
Last synced: 4 months ago
JSON representation
An API client and documentation UI, inspired by Postman. A replacement for libraries like Swagger UI and Scalar.
- Host: GitHub
- URL: https://github.com/mergehez/dokie
- Owner: mergehez
- License: mit
- Created: 2025-06-09T00:37:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-07T11:33:43.000Z (4 months ago)
- Last Synced: 2026-03-07T18:05:17.679Z (4 months ago)
- Topics: api, api-client, api-documentation, asp-net-core, csharp, dotnet, openapi
- Language: Vue
- Homepage: https://dokie.mergesoft.dev
- Size: 4.49 MB
- Stars: 15
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Dokie
ASP.NET Core:
[](https://www.nuget.org/packages/Dokie)
[](https://www.nuget.org/packages/Dokie)
[](https://github.com/mergehez/dokie/blob/main/LICENSE)
An API client and documentation UI, inspired by [Postman](https://www.postman.com/).
A replacement for libraries like [Swagger UI](https://swagger.io/tools/swagger-ui) and [Scalar](https://scalar.com/).
See the demo at: [https://dokie.mergesoft.dev/dokie](https://dokie.mergesoft.dev/dokie).
Currently, it only has packages for ASP.NET Core and Laravel, but it is planned to be extended to other platforms in the future. If you are interested in a specific platform, please open an issue or pull request.
## Installation
- for ASP.NET Core applications visit: [packages/aspnetcore/README.md](./packages/aspnetcore/README.md)
- for Laravel applications visit: [github.com/mergehez/dokie-laravel](https://github.com/mergehez/dokie-laravel)
- for other platforms, please open an issue or pull request.
## Features
- **OpenAPI Support**: Automatically generates the UI based on OpenAPI specifications.
- **Configurable**: Set predefined variables, headers, and postscripts.
- **Hostname Switching**: Easily switch between different hostnames for testing.
- **Favorites**: Mark endpoints as favorites for quick access.
- **Environment Variables**: Add/remove environment variables to manage sensitive data like API keys.
- **Global headers**: Set global headers for all requests.
- **Postscripts**: Add custom scripts that run after a request is made, allowing you to set environment variables or global headers based on the response. (JavaScript)
- **Endpoint Configuration**: Easily add path/query parameters, headers and body to requests. You can use environment variables just like in Postman.
> Note that changes are stored in your local machine and not shared with other people using the same project. Following information is stored in the browser's indexedDB:
> - Environment variables
> - Global headers
> - Favorite endpoints
> - Current hostname
> - Endpoint specific: Path/Query parameters, Headers and Postscript
## Screenshot

## Contributing
Feel free to contribute to the project by creating issues or pull requests.
## License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.
Feel free to use, modify, and distribute this code as per the terms of the license.