-
Notifications
You must be signed in to change notification settings - Fork 26
chore: remove client libraries component #6187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: app
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
🌱 Smoke Test PreviewRun at: 2026-01-03 14:51:05 UTC Testing branch changes with smoke test content:
🕷️ Smoke Test Crawler ResultsPages crawled: 49 🎉 All pages loaded successfully with no errors! |
🚀 FDR Lambda Preview DeployedYour Lambda function has been deployed to a preview environment! 🔗 Preview URL: https://jig3z32k85.execute-api.us-east-1.amazonaws.com/preview-6187 📝 Available Endpoints:
📋 Example Usage: # Test default endpoint
curl "https://jig3z32k85.execute-api.us-east-1.amazonaws.com/preview-6187"
# Test metadata endpoint (public - no auth required)
curl -X POST "https://jig3z32k85.execute-api.us-east-1.amazonaws.com/preview-6187/metadata-for-url" \
-H "Content-Type: application/json" \
-d '{"url":"https://docs.buildwithfern.com"}'
# Test load docs endpoint (requires Fern token)
curl -X POST "https://jig3z32k85.execute-api.us-east-1.amazonaws.com/preview-6187/load-docs-for-url" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $FERN_TOKEN" \
-d '{"url":"https://docs.buildwithfern.com"}'
# Test load-fields endpoint (requires Fern token)
curl -X POST "https://jig3z32k85.execute-api.us-east-1.amazonaws.com/preview-6187/load-fields" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $FERN_TOKEN" \
-d '{"domain":"docs.buildwithfern.com","fields":["BASE_URL","CONFIG"]}'🏷️ Stack Name: ℹ️ Note: This preview will be automatically destroyed when the PR is closed or merged. |
component is broken - removing