https://github.com/frozen/job_api
https://github.com/frozen/job_api
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/frozen/job_api
- Owner: Frozen
- Created: 2021-08-25T16:53:01.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-26T14:18:28.000Z (almost 5 years ago)
- Last Synced: 2025-01-30T09:41:34.473Z (over 1 year ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Create job
### POST /api/v1/job
|name|type|required|note|
|--|--|--|--|
|id| String|*||
|client_id| String|*||
|name| String|*||
|body| String|*|разделитель \n (перенос строки)|
пример
{
"id": "15f0034b-abd3-4155-9b33-9bc9e00b88fe",
"client_id": "15f0034b-abd3-4155-9b33-9bc9e00b88fe",
"name": "job title",
"body": "kid tool set"
}
## Get reviews job
### GET /api/v1/job/reviews
параметры
|name|type|required|note|
|--|--|--|--|
|job_id|String|*||
пример:
/api/v1/job/reviews?job_id=15f0034b-abd3-4155-9b33-9bc9e00b88fe
## GET /api/v1/job
#### задачи
|name|type|required|note|
|--|--|--|--|
|client_id|String|||
|completed|bool|||
|limit|usize|||
|offset|usize|||