Crates.io | argentum_rest_generator_app |
lib.rs | argentum_rest_generator_app |
version | 0.2.5 |
source | src |
created_at | 2024-08-01 20:07:39.188782 |
updated_at | 2024-08-05 23:28:28.307381 |
description | Argentum toolkit REST generator |
homepage | https://github.com/argentum-toolkit/argentum |
repository | https://github.com/argentum-toolkit/argentum |
max_upload_size | |
id | 1322461 |
size | 162,465 |
= Argentum ToolKit. REST Generator.
REST Generator is a tools that creates API libraries from OpenAPI specification.
Supported generators
[cols="1,3,1"] |=== |Language | Type | Supported versions
|Rust |Server side API package |3.1 and 3
|===
== Key features
== How to install
=== Via cargo install
git clone git@gitlab.com:argentum-toolkit/argentum.git
cargo install --path argentum_rest_generator_app/
== How to use
Or you can generate via cargo run
(sources should be cloned)
cd argentum/argentum_rest_generator_app
== Restrictions
$ref
params in case if OpenAPI objects supports $ref
.
(Doesn't support embedded objects in this case)