Display parameter's default value for operations

Done for Java clients (default, jersey2, okhttp-gson), Ruby client and
JavaScript client.
This commit is contained in:
xhh
2016-03-17 16:22:36 +08:00
parent 04e97e3fd7
commit 4100a8537b
73 changed files with 3185 additions and 646 deletions

View File

@@ -26,6 +26,7 @@
'test_api_client_id': {type: 'apiKey', in: 'header', name: 'x-test_api_client_id'},
'test_api_client_secret': {type: 'apiKey', in: 'header', name: 'x-test_api_client_secret'},
'api_key': {type: 'apiKey', in: 'header', name: 'api_key'},
'test_http_basic': {type: 'basic'},
'test_api_key_query': {type: 'apiKey', in: 'query', name: 'test_api_key_query'},
'test_api_key_header': {type: 'apiKey', in: 'header', name: 'test_api_key_header'}
};