mirror of
https://github.com/Bunsly/JobSpy.git
synced 2026-03-05 12:04:33 -08:00
- indeed refactor
- wanted_results init
This commit is contained in:
committed by
Cullen Watson
parent
6f447bcd2c
commit
eba455115c
@@ -58,8 +58,12 @@ class JobPost(BaseModel):
|
||||
|
||||
|
||||
class JobResponse(BaseModel):
|
||||
job_count: int
|
||||
page: int = 1
|
||||
total_pages: int
|
||||
success: bool
|
||||
error: str = None
|
||||
|
||||
total_pages: int = None
|
||||
job_count: int = None
|
||||
|
||||
page: int = None
|
||||
jobs: list[JobPost] = []
|
||||
|
||||
jobs: list[JobPost]
|
||||
|
||||
Reference in New Issue
Block a user