modules/openapi-generator/…/…/…/android
libraries/volley
build.mustache +32 -27
gradle-wrapper.jar +0 -0
gradle-wrapper.properties.mustache +1 -1
gradlew.bat.mustache +24 -19
gradlew.mustache +33 -20
samples/client/petstore/android/volley
.openapi-generator
FILES +40 -0
VERSION +1 -1
docs
ApiResponse.md +3 -0
Category.md +3 -0
Order.md +4 -1
Pet.md +4 -1
PetApi.md +64 -40
StoreApi.md +32 -20
Tag.md +3 -0
User.md +3 -0
UserApi.md +72 -48
gradle/wrapper
gradle-wrapper.jar +0 -0
gradle-wrapper.properties +1 -1
src/main/java/org/openapitools/client
api
PetApi.java +29 -29
StoreApi.java +15 -15
UserApi.java +57 -57
auth
ApiKeyAuth.java +1 -1
Authentication.java +1 -1
HttpBasicAuth.java +1 -1
model
ApiResponse.java +1 -1
Category.java +1 -1
Order.java +1 -1
Pet.java +1 -1
Tag.java +1 -1
User.java +1 -1
request
DeleteRequest.java +1 -1
GetRequest.java +1 -1
PatchRequest.java +1 -1
PostRequest.java +1 -1
PutRequest.java +1 -1
ApiException.java +1 -1
ApiInvoker.java +1 -1
JsonUtil.java +1 -1
Pair.java +1 -1
README.md +6 -4
build.gradle +32 -27
git_push.sh +11 -4
gradlew +33 -20
gradlew.bat +24 -19
pom.xml +6 -0
@@ -5,11 +5,15 @@ project.version = '{{artifactVersion}}'
@@ -18,6 +22,7 @@ buildscript {
@@ -30,7 +35,7 @@ apply plugin: 'com.github.dcendents.android-maven'
@@ -51,14 +56,15 @@ android {
@@ -68,29 +74,28 @@ android {
@@ -5,11 +5,15 @@ project.version = '{{artifactVersion}}'
@@ -18,6 +22,7 @@ buildscript {
@@ -30,7 +35,7 @@ apply plugin: 'com.github.dcendents.android-maven'
@@ -51,14 +56,15 @@ android {
@@ -68,29 +74,28 @@ android {
No preview for this file type
@@ -13,15 +29,18 @@ if "%DIRNAME%" == "" set DIRNAME=.
@@ -35,7 +54,7 @@ goto fail
@@ -45,28 +64,14 @@ echo location of your Java installation.
@@ -28,7 +44,7 @@ APP_NAME="Gradle"
@@ -66,6 +82,7 @@ esac
@@ -109,10 +126,11 @@ if $darwin; then
@@ -138,19 +156,19 @@ if $cygwin ; then
@@ -159,14 +177,9 @@ save () {
+ 40
- 0
@@ -12,10 +14,11 @@ Name | Type | Description | Notes
@@ -12,10 +14,11 @@ Name | Type | Description | Notes
@@ -14,21 +14,23 @@ Method | HTTP request | Description
@@ -37,9 +39,10 @@ try {
@@ -51,16 +54,18 @@ null (empty response body)
@@ -78,6 +83,7 @@ try {
@@ -93,11 +99,12 @@ null (empty response body)
@@ -105,6 +112,7 @@ Finds Pets by status
@@ -122,6 +130,7 @@ try {
@@ -136,11 +145,12 @@ Name | Type | Description | Notes
@@ -148,6 +158,7 @@ Finds Pets by tags
@@ -165,6 +176,7 @@ try {
@@ -179,11 +191,12 @@ Name | Type | Description | Notes
@@ -191,6 +204,7 @@ Find pet by ID
@@ -208,6 +222,7 @@ try {
@@ -222,24 +237,26 @@ Name | Type | Description | Notes
@@ -248,9 +265,10 @@ try {
@@ -262,16 +280,18 @@ null (empty response body)
@@ -290,6 +310,7 @@ try {
@@ -306,16 +327,18 @@ null (empty response body)
@@ -335,6 +358,7 @@ try {
@@ -351,6 +375,6 @@ Name | Type | Description | Notes