Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
Merge b1724c5 into 87954c0
Browse files Browse the repository at this point in the history
  • Loading branch information
rathnapandi authored Oct 14, 2021
2 parents 87954c0 + b1724c5 commit 32de005
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Axway API-Management Odata Router
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
- $filter parameter is missing (See issue [#9](https://github.com/Axway-API-Management-Plus/odata-routing-policy/issues/9))

## [1.2.0] 2021-10-14
## Added
- Create a ZIP-Package when releasing [#16](https://github.com/Axway-API-Management-Plus/odata-routing-policy/issues/16))
- One converter for all OData versions [#15](https://github.com/Axway-API-Management-Plus/odata-routing-policy/issues/16))
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ This project provides:
The converter takes in an OData URL (such as http://services.odata.org/V4/TripPinServiceRW) and the name of the output file to convert the odata specfication to a Swagger 2.0 API-Specification, which can imported into the Axway API-Manager.
## OData V4 Usage:
```bash
D:\odata-routing-policy\converter\odata4\bin\Release>OData2Swagger.exe http://services.odata.org/V4/TripPinServiceRW name_of_swagger_file.json [http-basic-username] [http-basic-password]
D:\odata-routing-policy\converter\odata\bin\Release>OdataSwaggerConverter.exe http://services.odata.org/V4/TripPinServiceRW name_of_swagger_file.json [http-basic-username] [http-basic-password]

```

## OData V3 and Below Usage:
```bash
D:\odata-routing-policy\converter\odata3\bin\Release>OdataSwaggerConverter.exe http://services.odata.org/V3/Northwind/Northwind.svc/$metadata name_of_swagger_file.json [http-basic-username] [http-basic-password]
D:\odata-routing-policy\converter\odata\bin\Release>OdataSwaggerConverter.exe http://services.odata.org/V3/Northwind/Northwind.svc/$metadata name_of_swagger_file.json [http-basic-username] [http-basic-password]

```

Expand Down

0 comments on commit 32de005

Please sign in to comment.