Skip to content

IgorGutsaev/HrblApiProxy

Repository files navigation

How to generate openapi/swagger notation from wadl or openapi3:
1. go to https://www.apimatic.io/
2. Import your format
3. Export as you wish
4. Change in file GetDistributorVolumePoints response from

     "responses": {
          "200": {
            "description": "",
            "headers": {}
          }
        },
		
	to
		
	 "responses": {
          "200": {
            "description": "",
            "schema": {
              "xml": {
                "name": "GetDistributorVolumePointsResponse",
                "attribute": false,
                "wrapped": false
              },
              "type": "string"
            },
            "headers": {}
          },
          "400": {
            "description": "",
            "schema": {}
          }
        },
		

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published