- scripts/generate_docs.py: Generate .md files from docstrings - docs/api/*.md: Auto-generated API documentation - Pre-commit hook: Auto-generate markdown on commit - Uses griffe AST parser (no code execution) Generated files: - docs/api/index.md - docs/api/kworkclient.md - docs/api/client/*.md - docs/api/models/*.md - docs/api/errors/*.md
31 lines
815 B
Markdown
31 lines
815 B
Markdown
# models
|
|
|
|
Pydantic models for Kwork API responses.
|
|
|
|
All models follow the structure found in the HAR dump analysis.
|
|
|
|
## Classes
|
|
|
|
- [KworkUser](kworkuser.md)
|
|
- [KworkCategory](kworkcategory.md)
|
|
- [Kwork](kwork.md)
|
|
- [KworkDetails](kworkdetails.md)
|
|
- [PaginationInfo](paginationinfo.md)
|
|
- [CatalogResponse](catalogresponse.md)
|
|
- [Project](project.md)
|
|
- [ProjectsResponse](projectsresponse.md)
|
|
- [Review](review.md)
|
|
- [ReviewsResponse](reviewsresponse.md)
|
|
- [Notification](notification.md)
|
|
- [NotificationsResponse](notificationsresponse.md)
|
|
- [Dialog](dialog.md)
|
|
- [AuthResponse](authresponse.md)
|
|
- [ErrorDetail](errordetail.md)
|
|
- [APIErrorResponse](apierrorresponse.md)
|
|
- [City](city.md)
|
|
- [Country](country.md)
|
|
- [TimeZone](timezone.md)
|
|
- [Feature](feature.md)
|
|
- [Badge](badge.md)
|
|
- [DataResponse](dataresponse.md)
|