You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
As described in two recent tickets, #780 and #824, the openAPI spec keeps changing and we are playing this game where we try to keep up with the spec, but we have no indication whether or not something has changed, until a bug bubbles up. In the case of #780 and #824, the spec Harmonization tool kept changing, however we only found out by users telling us our SDK was out of date.
Describe the solution you'd like
Implement a tool which crawls the openAPI spec which would indicate whether or not our SDK aligns with our API's spec.
Is your feature request related to a problem? Please describe.
As described in two recent tickets, #780 and #824, the openAPI spec keeps changing and we are playing this game where we try to keep up with the spec, but we have no indication whether or not something has changed, until a bug bubbles up. In the case of #780 and #824, the spec Harmonization tool kept changing, however we only found out by users telling us our SDK was out of date.
Describe the solution you'd like
Implement a tool which crawls the openAPI spec which would indicate whether or not our SDK aligns with our API's spec.
I do not know web crawlers well, but here are some potential pre-built tools we could consider:
https://brightdata.com/
https://smartbear.com/
https://www.scrapestorm.com/
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: