forked from loafle/openapi-generator-original
Regenerate samples (#367)
This commit is contained in:
committed by
William Cheng
parent
bbd2afdd0a
commit
059a3efe46
@@ -0,0 +1,31 @@
|
||||
{-
|
||||
OpenAPI Petstore
|
||||
|
||||
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
|
||||
|
||||
OpenAPI Version: 3.0.1
|
||||
OpenAPI Petstore API version: 1.0.0
|
||||
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
||||
-}
|
||||
|
||||
{-|
|
||||
Module : OpenAPIPetstore
|
||||
-}
|
||||
|
||||
module OpenAPIPetstore
|
||||
( module OpenAPIPetstore.API
|
||||
, module OpenAPIPetstore.Client
|
||||
, module OpenAPIPetstore.Core
|
||||
, module OpenAPIPetstore.Logging
|
||||
, module OpenAPIPetstore.MimeTypes
|
||||
, module OpenAPIPetstore.Model
|
||||
, module OpenAPIPetstore.ModelLens
|
||||
) where
|
||||
|
||||
import OpenAPIPetstore.API
|
||||
import OpenAPIPetstore.Client
|
||||
import OpenAPIPetstore.Core
|
||||
import OpenAPIPetstore.Logging
|
||||
import OpenAPIPetstore.MimeTypes
|
||||
import OpenAPIPetstore.Model
|
||||
import OpenAPIPetstore.ModelLens
|
||||
Reference in New Issue
Block a user