Rust API for Gitea, automatically generated https://git.exmods.org/swagger.v1.json
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
このリポジトリはアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュや、課題・プルリクエストのオープンはできません。

1001B

CreateRepoOption

Properties

Name Type Description Notes
auto_init bool Whether the repository should be auto-intialized? [optional] [default to null]
description String Description of the repository to create [optional] [default to null]
gitignores String Gitignores to use [optional] [default to null]
issue_labels String Issue Label set to use [optional] [default to null]
license String License to use [optional] [default to null]
name String Name of the repository to create [default to null]
private bool Whether the repository is private [optional] [default to null]
readme String Readme of the repository to create [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]