Tony Tam
Tony Tam
Hi @guillaumebadin can you please upgrade to swagger-play2 1.5.0-SNAPSHOT? It was pushed to sonatype snapshots yesterday and has major improvements.
because of how items are loaded, no it's not possible to do so. Consider extending your class with a default parameters?
Good points. First off, the online validator is only capable of fetching from publicly-available specs. That means anything behind the firewall is unaccessible by the validator. This is intentional. Next,...
IP Range? If the spec is public, the server will be able to access it. If not, it will fail.
Hi, looks like this is caused because your server is taking a long time to respond: ``` $ time curl https://api.npr.org/documentation/beryllium/swagger.json > /dev/null % Total % Received % Xferd Average...
I will improve the error message and increase the read timeout. Connect timeout will stay at 2 sec though.
This should be handled by the parser. If you could please open a ticket there, we'll get it fixed.
The container is attempting to get the schema which is online. We can create a flag so it does not do so
Unfortunately that's how GitHub is handling dynamic requests. I don't know of a way around it.
I think this is intentional with GH, it's how they avoid people sneaking tracking scripts into pages. I'm not an expert in it, and it changes often but I've seen...