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

4 лет назад
123456789101112131415
  1. # GitTreeResponse
  2. ## Properties
  3. Name | Type | Description | Notes
  4. ------------ | ------------- | ------------- | -------------
  5. **page** | **i64** | | [optional] [default to null]
  6. **sha** | **String** | | [optional] [default to null]
  7. **total_count** | **i64** | | [optional] [default to null]
  8. **tree** | [**Vec<::models::GitEntry>**](GitEntry.md) | | [optional] [default to null]
  9. **truncated** | **bool** | | [optional] [default to null]
  10. **url** | **String** | | [optional] [default to null]
  11. [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)