We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f2767 commit f1ecd1eCopy full SHA for f1ecd1e
README.md
@@ -50,7 +50,7 @@ import io.swagger.v3.parser.core.models.AuthorizationValue;
50
// or in a single constructor
51
AuthorizationValue apiKey = new AuthorizationValue("api_key", "special-key", "header");
52
OpenAPI openAPI = new OpenAPIV3Parser().readWithInfo(
53
- "http://petstore.swagger.io/v2/swagger.json",
+ "https://petstore3.swagger.io/api/v3/openapi.json",
54
Arrays.asList(mySpecialHeader, apiKey)
55
);
56
```
0 commit comments