comment out array of enum test case, fix JS enum partial template

This commit is contained in:
wing328
2016-06-29 21:40:22 +08:00
parent aec2f4e27c
commit 73e6626e15
26 changed files with 31 additions and 73 deletions

View File

@@ -6,7 +6,7 @@ This SDK is automatically generated by the [Swagger Codegen](https://github.com/
- API version: 1.0.0 ' \" =end
- Package version: 1.0.0 =end
- Build date: 2016-06-28T23:09:17.545+08:00
- Build date: 2016-06-29T21:40:05.384+08:00
- Build package: class io.swagger.codegen.languages.JavascriptClientCodegen
## Installation
@@ -72,7 +72,7 @@ api.testCodeInjectEnd(opts, callback);
## Documentation for API Endpoints
All URIs are relative to *https://petstore.swagger.io */ ' " =end/v2 */ ' " =end*
All URIs are relative to *https://petstore.swagger.io ' \" =end/v2 ' \" =end*
Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------

View File

@@ -1,6 +1,6 @@
# SwaggerPetstoreEnd.FakeApi
All URIs are relative to *https://petstore.swagger.io */ ' " =end/v2 */ ' " =end*
All URIs are relative to *https://petstore.swagger.io ' \" =end/v2 ' \" =end*
Method | HTTP request | Description
------------- | ------------- | -------------

View File

@@ -55,9 +55,9 @@
/**
* The base URL against which to resolve every API call's (relative) path.
* @type {String}
* @default https://petstore.swagger.io */ ' " =end/v2 */ ' " =end
* @default https://petstore.swagger.io ' \" =end/v2 ' \" =end
*/
this.basePath = 'https://petstore.swagger.io */ ' " =end/v2 */ ' " =end'.replace(/\/+$/, '');
this.basePath = 'https://petstore.swagger.io ' \" =end/v2 ' \" =end'.replace(/\/+$/, '');
/**
* The authentication methods to be included for all API calls.

View File

@@ -86,7 +86,6 @@
return exports;
}));