kwork-api/docs/api/models/index.md
root f7ab02d3cf Generate markdown API docs with griffe
- 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
2026-03-23 03:52:07 +00:00

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)