Merged
Conversation
Chance cron schedule to every other day
Co-authored-by: eugeniyk <keatrance@gmail.com>
* Bump required PHP version to ^7.2 * Update required PHP version in readme * Change samples input spec to OAS 3.0 * Refresh samples
* Unify sync/async client structure (configuration as first param instead of a struct). * Fix: Hyper client requires the client.rs file. Co-authored-by: Henning Holm <git@henningholm.de> * Add API method comments (description and/or notes when available). Co-authored-by: Henning Holm <git@henningholm.de>
* wip: fix documentation tags * update model.mustache * update template for documentation * update mustache templates * update mustache templates * run ./bin/r-petstore and update R pkg docs * use loadNamespace instead of package:pkgName string * update R package code * wip: enum * update enum function * use httr::content to unwrap response * update enum table and functions * include simplifyVector and auto_unbox arguments * remove mapping and return strings * use triple stash values and update enum class methods * remove extra comma * minor: formatting * update and run ./bin/r-petstore.sh * move helper for template - export tag does not coincide with original model function - move helper down so it does * update tests based on generator * Revert "update tests based on generator" This reverts commit b6314c8. * Update tests with engine - preserve test_petstore.R * restore apiResponse * restore simplifyVector to TRUE value * update api.mustache templates * fix and add tests to package Co-authored-by: William Cheng <wing328hk@gmail.com>
* deprecate feign option * update doc * udpate samples
The following change can be helpful to create Swift model objects more simply, in particular when they have many parameters. In addition, projects switching from swagger-codegen to OpenAPI will not encounter compilation errors and will not need to refactor old code
* [Java][jersey2] Add a getter for the User-Agent header value * generate samples
* set adapterBuilder.client() only if okBuilder was used in retrofit2 * updated the samples * added field okHttpClient and updated samples * bug fixed, added exception if okBuilder is null * added semicolon * added space, changed Exception to RuntimeException and changed its message * updated the samples
* Update ObjectSerializer.mustache If the $data is a wrongly formatted Json or if data is not an array, php gives error: Invalid argument supplied for foreach() at line 257 (Now line is 262) * update samples Co-authored-by: William Cheng <wing328hk@gmail.com>
…6556) * remove the dead code Remove the dead code from ApiClient The code is not used and it contains vulnerability of Log Forgery when it writes unvalidated http header to the log. An attacker could take advantage of this behaviour to forge log entries or inject malicious content into the log. * update Petstore samples * whitespace
* more fields to be customized * set powershell version * fix psData
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.