-
Notifications
You must be signed in to change notification settings - Fork 4
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
OpenAPI crawler #1021
OpenAPI crawler #1021
Conversation
☂️ Python Coverage
Overall Coverage
New Files
Modified Files
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1021 +/- ##
==========================================
+ Coverage 89.20% 89.24% +0.03%
==========================================
Files 200 202 +2
Lines 13103 13220 +117
==========================================
+ Hits 11689 11798 +109
- Misses 1414 1422 +8 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM at a high level. @usefulalgorithm @alyiwang pls take a closer look.
Co-authored-by: Tsung-Ju Lii <[email protected]>
…MetaphorData/connectors into scotthuang/sc-29276/crawler-for-openapi
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
almost there...
Co-authored-by: Tsung-Ju Lii <[email protected]>
Co-authored-by: Tsung-Ju Lii <[email protected]>
Co-authored-by: Tsung-Ju Lii <[email protected]>
…MetaphorData/connectors into scotthuang/sc-29276/crawler-for-openapi
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
🤔 Why?
To extract endpoints from OpenAPI spec.
🤓 What?
Add
openapi
crawler🧪 Tested?
Test cases and verified end-to-end on dev.
☑️ Checks
pyproject.toml
.