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
[](https://shop.protect.earth/)
12
12
13
-
[](https://github.com/APIDevTools/swagger-parser/actions)
13
+
[](https://github.com/APIDevTools/swagger-parser/actions)
14
14
15
15
16
16
Features
17
17
--------------------------
18
18
- Parses Swagger specs in **JSON** or **YAML** format
19
19
- Validates against the [Swagger 2.0 schema](https://github.com/OAI/OpenAPI-Specification/blob/master/schemas/v2.0/schema.json) or [OpenAPI 3.0 Schema](https://github.com/OAI/OpenAPI-Specification/blob/master/schemas/v3.0/schema.json)
20
-
-[Resolves](https://apitools.dev/swagger-parser/docs/swagger-parser.html#resolveapi-options-callback) all `$ref` pointers, including external files and URLs
21
-
- Can [bundle](https://apitools.dev/swagger-parser/docs/swagger-parser.html#bundleapi-options-callback) all your Swagger files into a single file that only has _internal_`$ref` pointers
22
-
- Can [dereference](https://apitools.dev/swagger-parser/docs/swagger-parser.html#dereferenceapi-options-callback) all `$ref` pointers, giving you a normal JavaScript object that's easy to work with
20
+
-[Resolves](https://apidevtools.com/swagger-parser/docs/swagger-parser.html#resolveapi-options-callback) all `$ref` pointers, including external files and URLs
21
+
- Can [bundle](https://apidevtools.com/swagger-parser/docs/swagger-parser.html#bundleapi-options-callback) all your Swagger files into a single file that only has _internal_`$ref` pointers
22
+
- Can [dereference](https://apidevtools.com/swagger-parser/docs/swagger-parser.html#dereferenceapi-options-callback) all `$ref` pointers, giving you a normal JavaScript object that's easy to work with
23
23
-**[Tested](https://github.com/APIDevTools/swagger-parser/actions)** in Node.js and all modern web browsers on Mac, Windows, and Linux
24
24
- Tested on **[over 1,500 real-world APIs](https://apis.guru/browse-apis/)** from Google, Microsoft, Facebook, Spotify, etc.
25
-
- Supports [circular references](https://apitools.dev/swagger-parser/docs/#circular-refs), nested references, back-references, and cross-references
25
+
- Supports [circular references](https://apidevtools.com/swagger-parser/docs/#circular-refs), nested references, back-references, and cross-references
26
26
- Maintains object reference equality —`$ref` pointers to the same value always resolve to the same object instance
27
27
28
28
@@ -60,7 +60,7 @@ catch(err) {
60
60
}
61
61
```
62
62
63
-
For more detailed examples, please see the [API Documentation](https://apitools.dev/swagger-parser/docs/)
63
+
For more detailed examples, please see the [API Documentation](https://apidevtools.com/swagger-parser/docs/)
64
64
65
65
66
66
@@ -100,7 +100,7 @@ To use Swagger Parser in a browser, you'll need to use a bundling tool such as [
100
100
101
101
API Documentation
102
102
--------------------------
103
-
Full API documentation is available [right here](https://apitools.dev/swagger-parser/docs/)
103
+
Full API documentation is available [right here](https://apidevtools.com/swagger-parser/docs/)
104
104
105
105
106
106
Security
@@ -138,6 +138,6 @@ Big Thanks To
138
138
--------------------------
139
139
Thanks to these awesome companies for their support of Open Source developers ❤
0 commit comments