scalar / openapi-parser

Modern OpenAPI parser written in TypeScript
MIT License
34 stars 1 forks source link

Test File rate limit #102

Closed x-delfino closed 2 months ago

x-delfino commented 3 months ago

What happens?

Look's like some of the test file downloads hit the rate limit before being added in https://github.com/scalar/openapi-parser/pull/75 e.g. brazecom.yaml

Doing a search for <!doctype html>, it looks like quite a few files are affected.

What did you expect to happen?

Test files to be valid yaml

How can we reproduce the issue?

  1. Search repo:scalar/openapi-parser <!doctype html>
  2. Check instances of rate limit errors e.g. brazecom.yaml

Swagger/OpenAPI Example

No response

hanspagel commented 2 months ago

Oops, yes! I should add some error handling to the script and run it again.