Skip to content

Commit b33a639

Browse files
author
Chris Wiechmann
authored
Update README.md
1 parent a743989 commit b33a639

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The following illustrates how it works and behaves in the API-Gateway at runtime
77

88
## Installation
99

10-
To install, download the release package and install it under `ext/lib`. After that, restart the API Gateway. It is recommended to make the jar files known in the Policy Studio as well.
10+
To install, download the [release package](https://github.com/Axway-API-Management-Plus/openapi-validator/releases) and install it under `ext/lib`. After that, restart the API Gateway. It is recommended to make the jars files known in the Policy Studio as well as it is describe here: https://docs.axway.com/bundle/axway-open-docs/page/docs/apim_policydev/apigw_poldev/general_ps_settings/index.html#runtime-dependencies
1111

1212
## Setup
1313

@@ -132,6 +132,22 @@ With this option you specify the URL that the API specification returns. For exa
132132
def validator = OpenAPIValidator.getInstance("https://petstore.swagger.io/v2/swagger.json");
133133
```
134134

135+
136+
## API Management Version Compatibilty
137+
138+
This artefact has been tested with API-Management Versions
139+
140+
| Version | Comment |
141+
| :--- | :--- |
142+
| 7.7-20210330 | |
143+
| 7.7.20200930 | |
144+
145+
Please let us know, if you encounter any [issues](https://github.com/Axway-API-Management-Plus/openapi-validator/issues) with your API-Manager version.
146+
147+
## Contributing
148+
149+
Please read [Contributing.md](https://github.com/Axway-API-Management-Plus/Common/blob/master/Contributing.md) for details on our code of conduct, and the process for submitting pull requests to us.
150+
135151
## Team
136152

137153
![alt text][Axwaylogo] Axway Team

0 commit comments

Comments
 (0)