Skip to content

Commit f83c200

Browse files
committed
Merge pull request #1 from swagger-api/master
Merge from swagger-api
2 parents ece56af + bc559b3 commit f83c200

File tree

1,566 files changed

+71622
-43144
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,566 files changed

+71622
-43144
lines changed

.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ atlassian-ide-plugin.xml
4848
packages/
4949
.pub
5050
.packages
51+
.vagrant/
5152

5253
samples/client/petstore/php/SwaggerClient-php/composer.lock
5354
samples/client/petstore/php/SwaggerClient-php/vendor/
@@ -59,6 +60,13 @@ samples/client/petstore/perl/deep_module_test/
5960

6061
samples/client/petstore/python/.projectile
6162
samples/client/petstore/python/.venv/
63+
samples/client/petstore/python/dev-requirements.txt.log
64+
65+
samples/client/petstore/objc/SwaggerClientTests/SwaggerClient.xcodeproj/xcuserdata
66+
samples/client/petstore/swift/SwaggerClientTests/SwaggerClient.xcodeproj/xcuserdata
67+
samples/client/petstore/swift/SwaggerClientTests/SwaggerClient.xcworkspace/xcuserdata
68+
samples/client/petstore/swift/SwaggerClientTests/Pods/Pods.xcodeproj/xcuserdata
69+
samples/client/petstore/swift/SwaggerClientTests/Pods/Pods.xcodeproj/xcshareddata/xcschemes
6270

6371
.settings
6472

@@ -67,3 +75,11 @@ samples/client/petstore/python/.venv/
6775
*.pm~
6876
*.xml~
6977
*.t~
78+
79+
samples/client/petstore/csharp/SwaggerClientTest/bin/Debug/
80+
samples/client/petstore/csharp/SwaggerClientTest/obj/Debug/
81+
**/.gradle/
82+
83+
samples/client/petstore/python/dev-requirements.txt.log
84+
samples/client/petstore/python/swagger_client.egg-info/SOURCES.txt
85+
samples/client/petstore/python/.coverage

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Before submitting an issue
44

5-
- Before submitting an issue, search the [open issue](https://github.com/swagger-api/swagger-codegen/issues) and [closed issue](https://github.com/swagger-api/swagger-codegen/issues?q=is%3Aissue+is%3Aclosed) to ensure no one else has reported something similar before.
5+
- Search the [open issue](https://github.com/swagger-api/swagger-codegen/issues) and [closed issue](https://github.com/swagger-api/swagger-codegen/issues?q=is%3Aissue+is%3Aclosed) to ensure no one else has reported something similar before.
66
- The issue should contain details on how to repeat the issue, e.g.
77
- the OpenAPI Spec for reproducing the issue (:bulb: use [Gist](https://gist.github.com) to share). If the OpenAPI Spec cannot be shared publicly, it will be hard for the community to help
88
- version of Swagger Codegen
@@ -31,10 +31,12 @@ For a list of variables available in the template, please refer to this [page](h
3131
Code change should conform to the programming style guide of the respective langauages:
3232
- C#: https://msdn.microsoft.com/en-us/library/vstudio/ff926074.aspx
3333
- Java: https://google.github.io/styleguide/javaguide.html
34+
- JavaScript - https://github.com/airbnb/javascript/tree/master/es5
3435
- ObjC: https://github.com/NYTimes/objective-c-style-guide
3536
- PHP: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md
3637
- Python: https://www.python.org/dev/peps/pep-0008/
3738
- Ruby: https://github.com/bbatsov/ruby-style-guide
39+
- Swift: https://developer.apple.com/library/prerelease/ios/documentation/Swift/Conceptual/Swift_Programming_Language/TheBasics.html
3840
- TypeScript: https://github.com/Microsoft/TypeScript/wiki/Coding-guidelines
3941

4042

0 commit comments

Comments
 (0)