Rust API for Gitea, automatically generated https://git.exmods.org/swagger.v1.json
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Это архивный репозиторий. Вы можете его клонировать или просматривать файлы, но не вносить изменения или открывать задачи/запросы на слияние.

4 лет назад
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. # Repository
  2. ## Properties
  3. Name | Type | Description | Notes
  4. ------------ | ------------- | ------------- | -------------
  5. **allow_merge_commits** | **bool** | | [optional] [default to null]
  6. **allow_rebase** | **bool** | | [optional] [default to null]
  7. **allow_rebase_explicit** | **bool** | | [optional] [default to null]
  8. **allow_squash_merge** | **bool** | | [optional] [default to null]
  9. **archived** | **bool** | | [optional] [default to null]
  10. **avatar_url** | **String** | | [optional] [default to null]
  11. **clone_url** | **String** | | [optional] [default to null]
  12. **created_at** | **String** | | [optional] [default to null]
  13. **default_branch** | **String** | | [optional] [default to null]
  14. **description** | **String** | | [optional] [default to null]
  15. **empty** | **bool** | | [optional] [default to null]
  16. **external_tracker** | [***::models::ExternalTracker**](ExternalTracker.md) | | [optional] [default to null]
  17. **external_wiki** | [***::models::ExternalWiki**](ExternalWiki.md) | | [optional] [default to null]
  18. **fork** | **bool** | | [optional] [default to null]
  19. **forks_count** | **i64** | | [optional] [default to null]
  20. **full_name** | **String** | | [optional] [default to null]
  21. **has_issues** | **bool** | | [optional] [default to null]
  22. **has_pull_requests** | **bool** | | [optional] [default to null]
  23. **has_wiki** | **bool** | | [optional] [default to null]
  24. **html_url** | **String** | | [optional] [default to null]
  25. **id** | **i64** | | [optional] [default to null]
  26. **ignore_whitespace_conflicts** | **bool** | | [optional] [default to null]
  27. **internal_tracker** | [***::models::InternalTracker**](InternalTracker.md) | | [optional] [default to null]
  28. **mirror** | **bool** | | [optional] [default to null]
  29. **name** | **String** | | [optional] [default to null]
  30. **open_issues_count** | **i64** | | [optional] [default to null]
  31. **open_pr_counter** | **i64** | | [optional] [default to null]
  32. **original_url** | **String** | | [optional] [default to null]
  33. **owner** | [***::models::User**](User.md) | | [optional] [default to null]
  34. **parent** | [***::models::Repository**](Repository.md) | | [optional] [default to null]
  35. **permissions** | [***::models::Permission**](Permission.md) | | [optional] [default to null]
  36. **private** | **bool** | | [optional] [default to null]
  37. **release_counter** | **i64** | | [optional] [default to null]
  38. **size** | **i64** | | [optional] [default to null]
  39. **ssh_url** | **String** | | [optional] [default to null]
  40. **stars_count** | **i64** | | [optional] [default to null]
  41. **template** | **bool** | | [optional] [default to null]
  42. **updated_at** | **String** | | [optional] [default to null]
  43. **watchers_count** | **i64** | | [optional] [default to null]
  44. **website** | **String** | | [optional] [default to null]
  45. [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)