Remove toJson method from JS client

Also regenerates the petstore samples.
This commit is contained in:
delenius
2016-03-01 07:41:31 -08:00
parent ab98f1a39d
commit 067d0a9318
18 changed files with 60 additions and 62 deletions

View File

@@ -22,12 +22,12 @@
this.basePath = 'http://petstore.swagger.io/v2'.replace(/\/+$/, '');
this.authentications = {
'test_api_key_header': {type: 'apiKey', in: 'header', name: 'test_api_key_header'},
'api_key': {type: 'apiKey', in: 'header', name: 'api_key'},
'test_api_client_secret': {type: 'apiKey', in: 'header', name: 'x-test_api_client_secret'},
'petstore_auth': {type: 'oauth2'},
'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_api_key_query': {type: 'apiKey', in: 'query', name: 'test_api_key_query'},
'petstore_auth': {type: 'oauth2'}
'test_api_key_header': {type: 'apiKey', in: 'header', name: 'test_api_key_header'}
};
/**