feat: add gitea rust client

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-08-21 21:58:00 +02:00
parent e035b98fab
commit 657e1a095e
402 changed files with 62435 additions and 9 deletions

View File

@@ -0,0 +1,9 @@
#!/bin/bash
docker run --rm \
-v ${PWD}:/local openapitools/openapi-generator-cli generate \
-i https://git.front.kjuulh.io/swagger.v1.json \
-g rust \
--additional-properties=packageName=gitea-rs \
-o /local/crates/gitea-rs