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
**NOTE:** If you're looking for `swagger-parser` 1.X and OpenApi 2.0, please refer to [v1 branch](https://github.com/swagger-api/swagger-parser/tree/v1)
3
+
**NOTE:** If you're looking for `swagger-parser` 1.X and OpenAPI 2.0, please refer to [v1 branch](https://github.com/swagger-api/swagger-parser/tree/v1)
This is the swagger parser project, which reads OpenAPI Specifications into current Java POJOs. It also provides a simple framework to add additional converters from different formats into the Swagger objects, making the entire toolchain available.
8
+
This is the Swagger Parser project, which reads OpenAPI definitions into current Java POJOs. It also provides a simple framework to add additional converters from different formats into the Swagger objects, making the entire toolchain available.
9
9
10
10
11
11
### Usage
12
-
Using the swagger-parser is simple. Once included in your project, you can read a OpenAPI Specification from any location:
12
+
Using the Swagger Parser is simple. Once included in your project, you can read a OpenAPI Specification from any location:
13
13
14
14
```java
15
15
importio.swagger.v3.parser.OpenAPIV3Parser;
@@ -59,7 +59,7 @@ Manager. That's done by setting a system environment variable as such:
59
59
export TRUST_ALL=true
60
60
```
61
61
62
-
And then the swagger-parser will _ignore_ invalid certificates. Of course this is generally a bad idea, but if you're
62
+
And then the Swagger Parser will _ignore_ invalid certificates. Of course this is generally a bad idea, but if you're
63
63
working inside a firewall or really know what you're doing, well, there's your rope.
64
64
65
65
### Dealing with Let's Encrypt
@@ -119,7 +119,7 @@ or
119
119
License
120
120
-------
121
121
122
-
Copyright 2017 SmartBear Software
122
+
Copyright 2018 SmartBear Software
123
123
124
124
Licensed under the Apache License, Version 2.0 (the "License");
125
125
you may not use this file except in compliance with the License.
@@ -132,4 +132,3 @@ See the License for the specific language governing permissions and
0 commit comments