[kotlin] add option for non public api (#4089)

* [kotlin] add option for non public api

* [kotlin] update petstores

* [kotlin] add missing script to kotlin-client-all.sh

* [kotlin] update pet projects

* [kotlin] remove public modifier

* [kotlin-client] inline visibility modifier
This commit is contained in:
Bruno Coelho
2019-10-10 14:56:40 +01:00
committed by William Cheng
parent 60a3746bb7
commit 3cd74f4a8d
66 changed files with 2722 additions and 55 deletions

View File

@@ -20,4 +20,4 @@ val Response.isClientError : Boolean get() = this.code in 400..499
/**
* Provides an extension to evaluation whether the response is a 5xx (Standard) through 999 (non-standard) code
*/
val Response.isServerError : Boolean get() = this.code in 500..999
val Response.isServerError : Boolean get() = this.code in 500..999