0 comments (0 comments)6 reactions (6 reactions)0 assignees (0 assignees)HTML5,474 forks (5,474 forks)batch import
Client: JuliaEnhancement: New generatorhelp wanted
Repository metrics
- Stars
- 12,701 stars (12,701 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
Description
We want to add a Julia API client generator so that Julia developers can consume RESTful APIs more easily.
If anyone from the community wants to contribute this, please reply to let us know.
Ref: http://julialang.org/
cc @log0ymxm
Contributor guide
- Research direction
- Study the existing API client generators in swagger codegen (e.g., Python, Ruby) to understand the template structure and code generation logic. Then create a new Julia module with templates for API client classes, serialization, and HTTP calls. Refer to Julia's HTTP.jl package for client implementation.
- Tech stack
- julia
- Domain
- apitooling
- Issue type
- Feature
- Prerequisites
- JuliaOpenAPICode generation patterns