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

Activator Template contents: checking/updating #69

Closed LappleApple closed 7 years ago

LappleApple commented 7 years ago

Hey @slavaschmidt:

In this section, https://github.com/LappleApple/api-first-hand/blob/master/README.md#more-about-the-activator-template, I'm wondering ..

I'm also trying to get the language updated for the tutorial here; it still uses play-swagger :).

slavaschmidt commented 7 years ago

HTML tutorial (found in the tutorial folder) ... does this folder still exist in the template? I just went here and downloaded "Template Bundle for "Api-First-Hand activator template." I can't find a tutorial version in the zip.

I guess this is referring to that tutorial: https://github.com/zalando-incubator/api-first-hand-service/blob/master/tutorial/index.html

A template Swagger API definition called example.yaml, with a dummy implementation in the app folder : can you provide the name of the file in the app folder that includes the dummy implementation?

https://github.com/zalando-incubator/api-first-hand-service/blob/master/app/generated_controllers/example.yaml.scala

LappleApple commented 7 years ago

Thanks!