update js code gen to handle different type, format

This commit is contained in:
wing328
2016-04-11 22:20:30 +08:00
parent 68cb030609
commit 0e1f1606cd
29 changed files with 405 additions and 45 deletions

View File

@@ -48,7 +48,6 @@
'test_api_key_query': {type: 'apiKey', 'in': 'query', name: 'test_api_key_query'},
'petstore_auth': {type: 'oauth2'}
};
/**
* The default HTTP headers to be included for all API calls.
* @type {Array.<String>}