Update requests.http
This commit is contained in:
parent
8939ca570b
commit
3b5b868d0d
@ -14,7 +14,7 @@ GET http://localhost:3002/v0/jobs/active HTTP/1.1
|
|||||||
|
|
||||||
### Scrape Website
|
### Scrape Website
|
||||||
POST http://localhost:3002/v0/crawl HTTP/1.1
|
POST http://localhost:3002/v0/crawl HTTP/1.1
|
||||||
Authorization: Bearer
|
Authorization: Bearer fc-879f515fdd5b418b8d55ec6ccb1acd46
|
||||||
content-type: application/json
|
content-type: application/json
|
||||||
|
|
||||||
{
|
{
|
||||||
@ -25,6 +25,10 @@ content-type: application/json
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Scrape Website
|
### Scrape Website
|
||||||
POST http://localhost:3002/v0/scrape HTTP/1.1
|
POST http://localhost:3002/v0/scrape HTTP/1.1
|
||||||
Authorization: Bearer
|
Authorization: Bearer
|
||||||
@ -37,8 +41,8 @@ content-type: application/json
|
|||||||
|
|
||||||
|
|
||||||
### Check Job Status
|
### Check Job Status
|
||||||
GET http://localhost:3002/v0/crawl/status/4dbf2b62-487d-45d7-a4f7-8f5e883dfecd HTTP/1.1
|
GET http://localhost:3002/v0/crawl/status/a6053912-d602-4709-841f-3d2cb46fea0a HTTP/1.1
|
||||||
Authorization: Bearer
|
Authorization: Bearer fc-879f515fdd5b418b8d55ec6ccb1acd46
|
||||||
|
|
||||||
### Get Job Result
|
### Get Job Result
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user