forked from loafle/openapi-generator-original
push new git_push and .gitinore file
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package io.swagger.client.model
|
||||
|
||||
|
||||
|
||||
|
||||
case class $special[model.name] (
|
||||
$special[property.name]: Long)
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
package io.swagger.client.model
|
||||
|
||||
|
||||
|
||||
|
||||
case class Inline_response_200 (
|
||||
tags: List[Tag],
|
||||
id: Long,
|
||||
category: Any,
|
||||
/* pet status in the store */
|
||||
status: String,
|
||||
name: String,
|
||||
photoUrls: List[String])
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
package io.swagger.client.model
|
||||
|
||||
|
||||
|
||||
|
||||
case class Name (
|
||||
name: Integer)
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
package io.swagger.client.model
|
||||
|
||||
|
||||
|
||||
|
||||
case class Return (
|
||||
_return: Integer)
|
||||
|
||||
Reference in New Issue
Block a user