apistar icon indicating copy to clipboard operation
apistar copied to clipboard

[Issue-657] Appending path to server url

Open QFer opened this issue 5 years ago • 0 comments

Fix for the problem stated in issue #657

According OpenApi standard: "A relative path to an individual endpoint. The field name MUST begin with a forward slash (/). The path is appended (no relative URL resolution) to the expanded URL from the Server Object's url field in order to construct the full URL."

*Added tests to test_openapi

QFer avatar Oct 15 '20 10:10 QFer