openapi-generator/samples/client/petstore
Akhil Kedia f9c9a08a1c Tizen client bugfixes (#5979)
* [Bugfix] Removed a debug print statement that sometimes caused crashes.

Change-Id: I62cf8d70faddfe855c7150927441465466dbaa53
Signed-off-by: akhilkedia94 <akhil.kedia@samsung.com>

* [Workaround/Fallback] Fix conversion of string representation of Json to JsonNode

Changed the conversion to consider any non-parseable string as a single "json string" object.
This is just a fallback to handle non-ideal server responses.

Change-Id: I5339d385e57b6225706fbaaaba1c04003c3810e9
Signed-off-by: akhilkedia94 <akhil.kedia@samsung.com>

* [Bugfix] Correct Handling of Non-String Value Types in Json Maps

Inside the Json Maps in server response, the earlier code was bugged if the "value" in the map was of a non-string type.

Change-Id: I8c34c7e9470fc0743b509917f8098b2ebe2bd4e5
Signed-off-by: Akhil <akhil.kedia@samsung.com>

* [BugFix/WorkAround] No "isPrimitiveType" in BodyParams

The "isPrimitiveType" value tells us whether the data type of a particular parameter is one if the primitive types.
This value is not present when iterating over all the body parameters, but is somehow present when
iterating over all parameters and filtering for only BodyParams.

Change-Id: I5b0a97e615b7300c33dc7f3d4673ad5e87c36f7e
Signed-off-by: Akhil <akhil.kedia@samsung.com>

* [Bugfix] Making Functions Static to Avoid Name Clashes

Multiple functions in different classes might named the same, hence leading to multiple functions of the same name.
Using static to have only internal linkage for these helper functions.

Change-Id: I97fb1dd64b176c4a2b95e6d923723469852bc85a
Signed-off-by: Akhil <akhil.kedia@samsung.com>

* [Enhancement] Minor Improvements to Documentation

Added Modules in Doxygen Doc, Improved MD documentation

Signed-off-by: Akhil Kedia <akhil.kedia@samsung.com>

* Regenrated petstore sample

Update the petstore sample with newest template files
Deleted older sample in samples/client/petstore/tizen/client/
The old samples use oblsolete APIs
(These are APIs for Tizen 2.0, removed in 2.4, current release is 3.0)

Signed-off-by: Akhil Kedia <akhil.kedia@samsung.com>

* [Bugfix] Fixes incorrect headers sent (#5980)

Regenerated the petstore as well.

Signed-off-by: Akhil Kedia <akhil.kedia@samsung.com>
2017-07-05 01:28:39 +08:00
..
akka-scala Merge remote-tracking branch 'origin/master' into 2.3.0 2017-06-28 15:35:24 +08:00
android [2.3.0] Update Swagger Codegen to v1.5.15 (#5929) 2017-06-28 00:13:52 +08:00
apex Update samples for several language (just whitespace changes, reordering, VERSION) (#5828) 2017-06-14 01:17:31 +08:00
async-scala Merge remote-tracking branch 'origin/master' into 2.3.0 2017-06-15 17:14:39 +08:00
bash Merge remote-tracking branch 'origin/master' into 2.3.0 2017-06-15 17:14:39 +08:00
clojure update clojure petstore cient 2017-05-27 00:33:49 +08:00
cpprest [CPP] Fixing some more ordering of checks (#5951) 2017-07-02 22:30:42 +08:00
csharp Merge remote-tracking branch 'origin/master' into 2.3.0 2017-07-01 15:47:27 +08:00
csharp-dotnet2/SwaggerClientTest/Lib/SwaggerClient Update samples for several language (just whitespace changes, reordering, VERSION) (#5828) 2017-06-14 01:17:31 +08:00
dart fix file not found 2017-06-29 13:22:26 +08:00
elixir Merge remote-tracking branch 'origin/master' into 2.3.0 2017-06-15 17:14:39 +08:00
flash Update samples for several language (just whitespace changes, reordering, VERSION) (#5828) 2017-06-14 01:17:31 +08:00
go Merge remote-tracking branch 'origin/master' into 2.3.0 2017-06-15 17:14:39 +08:00
groovy Update samples for several language (just whitespace changes, reordering, VERSION) (#5828) 2017-06-14 01:17:31 +08:00
java Merge remote-tracking branch 'origin/master' into 2.3.0 2017-07-01 15:47:27 +08:00
javascript Merge remote-tracking branch 'origin/master' into 2.3.0 2017-06-20 22:18:28 +08:00
javascript-closure-angular Update samples for several language (just whitespace changes, reordering, VERSION) (#5828) 2017-06-14 01:17:31 +08:00
javascript-es6 Merge remote-tracking branch 'origin/master' into 2.3.0 2017-06-23 22:09:45 +08:00
javascript-promise Merge remote-tracking branch 'origin/master' into 2.3.0 2017-06-26 23:39:04 +08:00
javascript-promise-es6 Merge remote-tracking branch 'origin/master' into 2.3.0 2017-06-23 22:09:45 +08:00
jaxrs-cxf updated jackson-version (#5943) 2017-06-29 10:56:12 +08:00
jaxrs-cxf-client updated jackson-version (#5943) 2017-06-29 10:56:12 +08:00
jmeter Update samples for several language (just whitespace changes, reordering, VERSION) (#5828) 2017-06-14 01:17:31 +08:00
kotlin [kotlin] support collection format multi (#5792) 2017-06-09 15:40:18 +08:00
objc Merge remote-tracking branch 'origin/master' into 2.3.0 2017-06-19 11:23:58 +08:00
perl Merge remote-tracking branch 'origin/master' into 2.3.0 2017-06-15 17:14:39 +08:00
php [PHP] Add support for async requests (#5771) 2017-06-07 20:35:28 +08:00
powershell [PowerShell] Add PowerShell API client generator (WIP) (#5789) 2017-06-20 22:20:05 +08:00
powershell_test add option to specify c# client path in powershell generator (#5887) 2017-06-21 00:58:29 +08:00
python Merge remote-tracking branch 'origin/master' into 2.3.0 2017-06-23 15:24:04 +08:00
qt5cpp Merge remote-tracking branch 'origin/master' into 2.3.0 2017-06-19 23:17:35 +08:00
ruby Merge remote-tracking branch 'origin/master' into 2.3.0 2017-07-02 22:43:08 +08:00
scala Merge remote-tracking branch 'origin/master' into 2.3.0 2017-07-01 15:47:27 +08:00
spring-cloud update Spring cloud dependency (#5947 missed the application.yml change) (#5970) 2017-07-03 21:51:31 +08:00
spring-stubs Updated Spring, Boot, Fox and Cloud dependencies (#5969) 2017-07-03 18:44:22 +08:00
swift Merge remote-tracking branch 'origin/master' into 230_merge_master 2017-06-05 23:27:11 +08:00
swift3 [Swift3] Add sample for unwrapRequired. (#5853) 2017-07-03 22:46:42 +08:00
swift-promisekit Spelling fixes 2016-08-27 02:34:33 +03:00
tizen Tizen client bugfixes (#5979) 2017-07-05 01:28:39 +08:00
typescript-angular Update samples for several language (just whitespace changes, reordering, VERSION) (#5828) 2017-06-14 01:17:31 +08:00
typescript-angular2 Merge remote-tracking branch 'origin/master' into 2.3.0 2017-07-02 22:43:08 +08:00
typescript-fetch Merge remote-tracking branch 'origin/master' into 2.3.0 2017-07-01 15:47:27 +08:00
typescript-jquery Typescript-Jquery refactor/improvement proposition (#5751) 2017-07-03 23:08:48 +08:00
typescript-node Merge remote-tracking branch 'origin/master' into 2.3.0 2017-06-28 15:35:24 +08:00