Commit Graph

4 Commits

Author SHA1 Message Date
Elf M. Sternberg bd340e4432 Changing the swagger.yml file to be less verbose. 2018-03-29 07:28:01 -07:00
Elf M. Sternberg f4945676fd The final swagger.yml and the built files that go with it. 2018-03-28 16:21:57 -07:00
Elf M. Sternberg 5ddc7c6a79 ADD The API that the server will support. 2018-03-28 12:20:20 -07:00
Elf M. Sternberg 7d5d030960 GENERATE swagger.yml file.
$ swagger init spec --format=yaml --title=timeofday --description="Return the time of day. Timezone optional."  --contact.name="Elf Sternberg" \
  --contact.url="https://github.com/elfsternberg/go-timeofday" --contact.email="elf.sternberg@gmail.com" --license.name="apache-2.0"
2018-03-28 11:33:41 -07:00