The demo limits you to 4 routes which is fine but if you paste in an OpenAPI spec it gets rejected entirely, pulling in just the first 4 routes and discarding the rest would be nicer.
Presumably the idea here is you build your frontend or mobile app or w/e first, it'd be useful if you could compare OpenAPI specs before you swap out the mock API for the real one too to confirm everything is equal. This surfaces naturally when you refresh the spec against the prod version anyway but that's not necessarily a good comparison because the YAML can be wildly different output even if they're the same.
Very cool.
The demo limits you to 4 routes which is fine but if you paste in an OpenAPI spec it gets rejected entirely, pulling in just the first 4 routes and discarding the rest would be nicer.
Presumably the idea here is you build your frontend or mobile app or w/e first, it'd be useful if you could compare OpenAPI specs before you swap out the mock API for the real one too to confirm everything is equal. This surfaces naturally when you refresh the spec against the prod version anyway but that's not necessarily a good comparison because the YAML can be wildly different output even if they're the same.