Skip to content

Commit 1baba3c

Browse files
fix(go-sdk): submodules
1 parent 96e91ab commit 1baba3c

15 files changed

+10
-1281
lines changed

.gitmodules

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[submodule "apps/go-sdk/firecrawl"]
2-
path = apps/go-sdk/firecrawl
1+
[submodule "apps/go-sdk/firecrawl-go"]
2+
path = apps/go-sdk/firecrawl-go
33
url = https://github.com/mendableai/firecrawl-go
4-
[submodule "apps/go-sdk/examples"]
5-
path = apps/go-sdk/examples
4+
[submodule "apps/go-sdk/firecrawl-go-examples"]
5+
path = apps/go-sdk/firecrawl-go-examples
66
url = https://github.com/mendableai/firecrawl-go-examples

apps/api/requests.http

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
### Crawl Website
22
POST http://localhost:3002/v0/scrape HTTP/1.1
3-
Authorization: Bearer fc
3+
Authorization: Bearer fc-4e6259caf03b42a4b6c9261e0f96e673
44
content-type: application/json
55

66
{
7-
"url":"firecrawl.dev"
7+
"url":"corterix.com"
88
}
99

10+
### Check Job Status
11+
GET http://localhost:3002/v1/crawl/1dd0f924-a36f-4b96-94ea-32ed954dac67 HTTP/1.1
12+
Authorization: Bearer fc-4e6259caf03b42a4b6c9261e0f96e673
13+
1014

1115
### Check Job Status
1216
GET http://localhost:3002/v0/jobs/active HTTP/1.1

apps/go-sdk/examples/.gitignore

-25
This file was deleted.

apps/go-sdk/examples/LICENSE

-21
This file was deleted.

apps/go-sdk/examples/example.go

-87
This file was deleted.

apps/go-sdk/examples/go.mod

-9
This file was deleted.

apps/go-sdk/examples/go.sum

-14
This file was deleted.

apps/go-sdk/firecrawl/.env.example

-2
This file was deleted.

apps/go-sdk/firecrawl/.gitignore

-2
This file was deleted.

apps/go-sdk/firecrawl/LICENSE

-21
This file was deleted.

0 commit comments

Comments
 (0)