Skip to content

Commit

Permalink
fix(go-sdk): submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelsideguide committed Aug 26, 2024
1 parent 96e91ab commit 1baba3c
Show file tree
Hide file tree
Showing 15 changed files with 10 additions and 1,281 deletions.
8 changes: 4 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "apps/go-sdk/firecrawl"]
path = apps/go-sdk/firecrawl
[submodule "apps/go-sdk/firecrawl-go"]
path = apps/go-sdk/firecrawl-go
url = https://github.com/mendableai/firecrawl-go
[submodule "apps/go-sdk/examples"]
path = apps/go-sdk/examples
[submodule "apps/go-sdk/firecrawl-go-examples"]
path = apps/go-sdk/firecrawl-go-examples
url = https://github.com/mendableai/firecrawl-go-examples
8 changes: 6 additions & 2 deletions apps/api/requests.http
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
### Crawl Website
POST http://localhost:3002/v0/scrape HTTP/1.1
Authorization: Bearer fc
Authorization: Bearer fc-4e6259caf03b42a4b6c9261e0f96e673
content-type: application/json

{
"url":"firecrawl.dev"
"url":"corterix.com"
}

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


### Check Job Status
GET http://localhost:3002/v0/jobs/active HTTP/1.1
Expand Down
25 changes: 0 additions & 25 deletions apps/go-sdk/examples/.gitignore

This file was deleted.

21 changes: 0 additions & 21 deletions apps/go-sdk/examples/LICENSE

This file was deleted.

87 changes: 0 additions & 87 deletions apps/go-sdk/examples/example.go

This file was deleted.

9 changes: 0 additions & 9 deletions apps/go-sdk/examples/go.mod

This file was deleted.

14 changes: 0 additions & 14 deletions apps/go-sdk/examples/go.sum

This file was deleted.

2 changes: 0 additions & 2 deletions apps/go-sdk/firecrawl/.env.example

This file was deleted.

2 changes: 0 additions & 2 deletions apps/go-sdk/firecrawl/.gitignore

This file was deleted.

21 changes: 0 additions & 21 deletions apps/go-sdk/firecrawl/LICENSE

This file was deleted.

Loading

0 comments on commit 1baba3c

Please sign in to comment.