ebowman / api-first-hand

API-First bootstrapping tool for building RESTful web services from a Swagger/OpenAPI spec
MIT License
142 stars 22 forks source link

generating models to another project #40

Open liorchen opened 7 years ago

liorchen commented 7 years ago

Hi,

I'm really interested on using this library but I want to have a common place where my models are defined (like another project which is used by the play api project).

Is it possible with the current functionally? or do u have a workaround for that?..

Thanks! Lior

slavaschmidt commented 7 years ago

Hi @liorchen,

we had some discussions about that and it probably would require usage of the vendor extension in the specification.

Unfortunately I have no capacity to address this right now, may be in the future, but I have no ETA on that, sorry.

liorchen commented 7 years ago

OK thanks for the answer:)

On Fri, Nov 11, 2016, 1:34 PM slavaschmidt notifications@github.com wrote:

Hi @liorchen https://github.com/liorchen,

we had some discussions about that and it probably would require usage of the vendor extension in the specification.

Unfortunately I have no capacity to address this right now, may be in the future, but I have no ETA on that, sorry.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/zalando/api-first-hand/issues/40#issuecomment-259939323, or mute the thread https://github.com/notifications/unsubscribe-auth/ABunhCyYprsrUbrfBINmU90kqE9elq-Xks5q9FLWgaJpZM4KrDev .

LappleApple commented 7 years ago

Hello @liorchen, if you'd like to work on this and make a pull request that would be great; just let us know.