Skip to content

Commit 87d0fc7

Browse files
HavenDVclaude
andcommitted
chore: add spec source comment and upgrade targetFramework in generate.sh
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 969e474 commit 87d0fc7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/libs/Firecrawl/generate.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
3+
4+
# OpenAPI spec: https://raw.githubusercontent.com/mendableai/firecrawl/main/apps/api/v1-openapi.json
5+
36
dotnet tool install --global autosdk.cli --prerelease
47
rm -rf Generated
58
curl --fail --silent --show-error -L -o openapi.json https://raw.githubusercontent.com/mendableai/firecrawl/main/apps/api/v1-openapi.json
@@ -38,6 +41,6 @@ with open('openapi.json', 'w') as f:
3841
autosdk generate openapi.json \
3942
--namespace Firecrawl \
4043
--clientClassName FirecrawlClient \
41-
--targetFramework net8.0 \
44+
--targetFramework net10.0 \
4245
--output Generated \
4346
--exclude-deprecated-operations

0 commit comments

Comments
 (0)