forked from loafle/openapi-generator-original
Update samples for javascript-closure-angular. (#5117)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
goog.provide('API.Client.ApiResponse');
|
||||
|
||||
/**
|
||||
* Describes the result of uploading an image resource
|
||||
* @record
|
||||
*/
|
||||
API.Client.ApiResponse = function() {}
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
goog.provide('API.Client.Category');
|
||||
|
||||
/**
|
||||
* A category for a pet
|
||||
* @record
|
||||
*/
|
||||
API.Client.Category = function() {}
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
goog.provide('API.Client.Order');
|
||||
|
||||
/**
|
||||
* An order for a pets from the pet store
|
||||
* @record
|
||||
*/
|
||||
API.Client.Order = function() {}
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
goog.provide('API.Client.Pet');
|
||||
|
||||
/**
|
||||
* A pet for sale in the pet store
|
||||
* @record
|
||||
*/
|
||||
API.Client.Pet = function() {}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
*
|
||||
* This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.io) or on [irc.freenode.net, #swagger](http://swagger.io/irc/). For this sample, you can use the api key `special-key` to test the authorization filters.
|
||||
* Version: 1.0.0
|
||||
* Generated by: class io.swagger.codegen.languages.JavascriptClosureAngularClientCodegen
|
||||
* Generated by: io.swagger.codegen.languages.JavascriptClosureAngularClientCodegen
|
||||
*/
|
||||
/**
|
||||
* @license Apache 2.0
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
*
|
||||
* This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.io) or on [irc.freenode.net, #swagger](http://swagger.io/irc/). For this sample, you can use the api key `special-key` to test the authorization filters.
|
||||
* Version: 1.0.0
|
||||
* Generated by: class io.swagger.codegen.languages.JavascriptClosureAngularClientCodegen
|
||||
* Generated by: io.swagger.codegen.languages.JavascriptClosureAngularClientCodegen
|
||||
*/
|
||||
/**
|
||||
* @license Apache 2.0
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
goog.provide('API.Client.Tag');
|
||||
|
||||
/**
|
||||
* A tag for a pet
|
||||
* @record
|
||||
*/
|
||||
API.Client.Tag = function() {}
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
goog.provide('API.Client.User');
|
||||
|
||||
/**
|
||||
* A User who is purchasing from the pet store
|
||||
* @record
|
||||
*/
|
||||
API.Client.User = function() {}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
*
|
||||
* This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.io) or on [irc.freenode.net, #swagger](http://swagger.io/irc/). For this sample, you can use the api key `special-key` to test the authorization filters.
|
||||
* Version: 1.0.0
|
||||
* Generated by: class io.swagger.codegen.languages.JavascriptClosureAngularClientCodegen
|
||||
* Generated by: io.swagger.codegen.languages.JavascriptClosureAngularClientCodegen
|
||||
*/
|
||||
/**
|
||||
* @license Apache 2.0
|
||||
|
||||
Reference in New Issue
Block a user