readmeio / oas

Comprehensive tooling for working with OpenAPI definitions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example is incomplete

Evanlec opened this issue · comments

PetStore example is incomplete:

https://github.com/readmeio/oas/blob/master/examples/petstore/pets.js#L4

var Pet = require("../service/PetService");

^ this path ../service/PetService does not exist

Ah, that's not meant to be run! Just an example :)