Rust API for Gitea, automatically generated https://git.exmods.org/swagger.v1.json
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
Bu depo arşivlendi. Dosyaları görüntüleyebilir ve klonlayabilirsiniz ama işlem gönderemez ve konu/değişiklik isteği açamazsınız.

4 yıl önce
1234567891011121314151617
  1. # CreateRepoOption
  2. ## Properties
  3. Name | Type | Description | Notes
  4. ------------ | ------------- | ------------- | -------------
  5. **auto_init** | **bool** | Whether the repository should be auto-intialized? | [optional] [default to null]
  6. **description** | **String** | Description of the repository to create | [optional] [default to null]
  7. **gitignores** | **String** | Gitignores to use | [optional] [default to null]
  8. **issue_labels** | **String** | Issue Label set to use | [optional] [default to null]
  9. **license** | **String** | License to use | [optional] [default to null]
  10. **name** | **String** | Name of the repository to create | [default to null]
  11. **private** | **bool** | Whether the repository is private | [optional] [default to null]
  12. **readme** | **String** | Readme of the repository to create | [optional] [default to null]
  13. [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)