mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-09 20:06:08 +00:00
Merge remote-tracking branch 'origin/master' into 6.0.x
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
# ref: https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/
|
||||
#
|
||||
# Usage example: /bin/sh ./git_push.sh wing328 openapi-pestore-perl "minor update" "gitlab.com"
|
||||
# Usage example: /bin/sh ./git_push.sh wing328 openapi-petstore-perl "minor update" "gitlab.com"
|
||||
|
||||
git_user_id=$1
|
||||
git_repo_id=$2
|
||||
@@ -55,4 +55,3 @@ git pull origin master
|
||||
# Pushes (Forces) the changes in the local repository up to the remote repository
|
||||
echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
|
||||
git push origin master 2>&1 | grep -v 'To https'
|
||||
|
||||
|
||||
@@ -460,7 +460,7 @@ public class ApiClient extends JavaTimeFormatter {
|
||||
/**
|
||||
* The path of temporary folder used to store downloaded files from endpoints
|
||||
* with file response. The default value is <code>null</code>, i.e. using
|
||||
* the system's default tempopary folder.
|
||||
* the system's default temporary folder.
|
||||
*
|
||||
* @return Temp folder path
|
||||
*/
|
||||
@@ -1100,7 +1100,7 @@ public class ApiClient extends JavaTimeFormatter {
|
||||
/**
|
||||
* Customize the client builder.
|
||||
*
|
||||
* This method can be overriden to customize the API client. For example, this can be used to:
|
||||
* This method can be overridden to customize the API client. For example, this can be used to:
|
||||
* 1. Set the hostname verifier to be used by the client to verify the endpoint's hostname
|
||||
* against its identification information.
|
||||
* 2. Set the client-side key store.
|
||||
|
||||
@@ -12,7 +12,7 @@ public class ServerConfiguration {
|
||||
|
||||
/**
|
||||
* @param URL A URL to the target host.
|
||||
* @param description A describtion of the host designated by the URL.
|
||||
* @param description A description of the host designated by the URL.
|
||||
* @param variables A map between a variable name and its value. The value is used for substitution in the server's URL template.
|
||||
*/
|
||||
public ServerConfiguration(String URL, String description, Map<String, ServerVariable> variables) {
|
||||
|
||||
@@ -27,7 +27,7 @@ public class UsageApi {
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the API cilent
|
||||
* Get the API client
|
||||
*
|
||||
* @return API client
|
||||
*/
|
||||
@@ -36,7 +36,7 @@ public class UsageApi {
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the API cilent
|
||||
* Set the API client
|
||||
*
|
||||
* @param apiClient an instance of API client
|
||||
*/
|
||||
|
||||
@@ -132,7 +132,7 @@ public abstract class AbstractOpenApiSchema {
|
||||
}
|
||||
|
||||
/**
|
||||
* Is nullalble
|
||||
* Is nullable
|
||||
*
|
||||
* @return true if it's nullable
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user