Genie.jl icon indicating copy to clipboard operation
Genie.jl copied to clipboard

🧞The highly productive Julia web framework

Results 137 Genie.jl issues
Sort by recently updated
recently updated
newest added

In some cases, it is convenient to have a mechanism for processing parts of a path. E.g. I want to have a hierarchical processing of the path ending`photos/*other`. This route...

enhancement
feature request
non-breaking

Use case. I have a REST service and want to use some Genie components. But I want to have my own project structure and keep in some convenient place for...

enhancement
feature request
non-breaking

OpenAPI is a common way to describe API specification both for server and clients. The package https://github.com/JuliaComputing/OpenAPI.jl as well as https://openapi-generator.tech/docs/generators/julia-server/ provides a server code generation with data structures both...

enhancement
feature request
non-breaking

Thanks for creating Genie!!! It is very nicely designed and full-featured. I apologize in advance if this is already (better) handled another way, which I may have missed (maybe there...

help wanted
feature request
non-breaking
good-first-issue

Fixed the download count badge using https://juliapkgstats.com/. This PR: - Replaces the broken badge with a new badge that uses the new API Please review and provide any feedback. Thanks...

[i have the same question ](https://discourse.julialang.org/t/julia-genie-api-handling-multiple-requests/88715), but not one answered

Currently, .autoload only supports files in the root_dir. This PR refactors `sort_load_order()` and `autoload()` to support - any file within the root_dir including subdirs (any pathseparator is allowed) - dirs...