Skip to content

Commit

Permalink
Update requests.http
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelsideguide committed Apr 24, 2024
1 parent 3b5b868 commit 07e93ee
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apps/api/requests.http
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GET http://localhost:3002/v0/jobs/active HTTP/1.1

### Scrape Website
POST http://localhost:3002/v0/crawl HTTP/1.1
Authorization: Bearer fc-879f515fdd5b418b8d55ec6ccb1acd46
Authorization: Bearer
content-type: application/json

{
Expand All @@ -29,6 +29,8 @@ content-type: application/json





### Scrape Website
POST http://localhost:3002/v0/scrape HTTP/1.1
Authorization: Bearer
Expand All @@ -42,7 +44,7 @@ content-type: application/json

### Check Job Status
GET http://localhost:3002/v0/crawl/status/a6053912-d602-4709-841f-3d2cb46fea0a HTTP/1.1
Authorization: Bearer fc-879f515fdd5b418b8d55ec6ccb1acd46
Authorization: Bearer

### Get Job Result

Expand Down

0 comments on commit 07e93ee

Please sign in to comment.