Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Swagger Codegen Ignore
# Generated by swagger-codegen https://github.com/swagger-api/swagger-codegen

# Use this file to prevent files from being overwritten by the generator.
# The patterns follow closely to .gitignore or .dockerignore.

# As an example, the C# client generator defines ApiClient.cs.
# You can make changes and tell Swagger Codgen to ignore just this file by uncommenting the following line:
#ApiClient.cs

# You can match any string of characters against a directory, file or extension with a single asterisk (*):
#foo/*/qux
# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux

# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
#foo/**/qux
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux

# You can also negate patterns with an exclamation (!).
# For example, you can ignore all files in a docs folder with the file extension .md:
#docs/*.md
# Then explicitly reverse the ignore rule for a single file:
#!docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
goog.provide('API.Client.ApiResponse');

/**
* Describes the result of uploading an image resource
* @record
*/
API.Client.ApiResponse = function() {}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
goog.provide('API.Client.Category');

/**
* A category for a pet
* @record
*/
API.Client.Category = function() {}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
goog.provide('API.Client.Order');

/**
* An order for a pets from the pet store
* @record
*/
API.Client.Order = function() {}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
goog.provide('API.Client.Pet');

/**
* A pet for sale in the pet store
* @record
*/
API.Client.Pet = function() {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
goog.provide('API.Client.Tag');

/**
* A tag for a pet
* @record
*/
API.Client.Tag = function() {}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
goog.provide('API.Client.User');

/**
* A User who is purchasing from the pet store
* @record
*/
API.Client.User = function() {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down